-
I wonder why? Thank you!
error C2079: '_' uses undefined struct 'fmt::v10::detail::type_is_unformattable_for'
error C2338: Cannot format an argument. To make type T formattable provide a formatter s…
-
Specialization was rather messy in Scala 2. It had a complicated implementation and hard to understand restrictions and inefficiencies for the user. Nevertheless, when used right, specialization can g…
-
At the moment, the `act` function treats its input argument as a point and act on it accordingly (e.g. SE2 rotates and translates). It would be great if `act` could act appropriately on different obje…
-
[n4861-temp.expl.spec](https://timsong-cpp.github.io/cppwp/n4861/temp.expl.spec#20)
> An explicit specialization declaration shall not be a friend declaration.
Clang compiles this code:
https://g…
-
| | |
| --- | --- |
| Bugzilla Link | [49069](https://llvm.org/bz49069) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @dwblaikie,@zygoloid |
## Extended…
-
This came up in a recent CRI - we can fail to specialize from SAS uri silently.
Sample logs:
```
- 2020-10-22 20:29:54.5550000 WebHost has shut down. Will attempt restart.
- 2020-10-22 20:29:54.…
-
Right now, `LinearAlgebra.tr` only traces second-order tensors. However, it can be very useful to trace along a specific set of axes (e.g., for batched calculations), as well as ND traces (e.g., `x[i,…
-
Found by mutating [tests/ui/traits/issue-18400.rs](https://github.com/rust-lang/rust/blob/ba7c7a301/tests/ui/traits/issue-18400.rs) with [my variant of fuzz-rustc](https://github.com/jruderman/fuzz-ru…
-
The CHEVIE paper lists a nice example where the scalar product of a certain character $\chi_2$ with itself is decomposed into a linear combination of irreducibles.
The first step is easy: compute t…
-
**Current behavior:**
When compiling dogecoin on FreeBSD 14 with boost 1.83 and clang 16, the following error occurs:
```
error: static_cast from 'obj_ptr_t' (aka 'void *') to 'void (*)(bool, c…