-
As mentioned in #2, a considerable part of the CloudFormation-related code could be better modularized/centralized. Such a refactor should also allow for framework-specific specialization.
-
Because of the blanket impl of `Into` for `From`, in which `Into::into` is not `default`, one cannot override the default implementation of `Into::into` using `specialization`.
-
**Code**
```cpp
template struct integral_constant {
static const int value = __v;
};
template
constexpr bool is_convertible_v = __is_convertible(_From, _To);
template
constexpr bool is_…
cjdb updated
9 months ago
-
https://www.coursera.org/learn/information-visualization-fundamentals?specialization=information-visualization
-
I tried this code (modified version of `src/test/ui/specialization/issue-44861.rs`):
```rust
#![feature(specialization)]
#![feature(unsize, coerce_unsized)]
use std::ops::CoerceUnsized;
pub…
-
### Before You Begin
- [X] I confirm that I have downloaded the latest version of the addon.
- [X] I am not playing on a private server.
- [X] I checked for an [existing, open ticket](https://git…
-
```html
```
-
Full name of submitter (unless configured in github; will be published with the issue): Jim X
````cpp
struct A{};
template
void fun(T t){
if constexpr(std::is_same_v){
t;
}else{
…
-
Hi,
I am trying to compile Glaze in Conan using Clang 16 (MacOS). However it seems to collide with C++20. Has anyone had a similar issue? It seems not to be able to handle functions in std::unorder…
-
In the interested of consistency and symmetry, it would be great if `@Shared` could be used together with `@Bind` the same way it can be used with `@Cached`.
The main use case would be the same as …
smarr updated
2 years ago