-
| | |
| --- | --- |
| Bugzilla Link | [46691](https://llvm.org/bz46691) |
| Version | trunk |
| OS | Linux |
| CC | @zygoloid |
## Extended Description
SFINAE on structured bindings would …
-
This is related to #192 which was displaying the issue inside a large library + older version of cppyy used by ROOT. I've managed to isolate the issue into a minimal example on the latest version of c…
-
# SFINAE, Immediate Context, Operator
-
Hi, we're using sphinx+breathe for our project at acts-project/acts, acts.readthedocs.org.
With the recent changes in `4.26.1` we get an exception during our doc build, where the parser seems to ch…
-
### Check duplicate issues.
- [X] Checked for duplicates
### Description
Recent version of PyROOT/cppyy fails for relatively simple templated function overload with SFINAE. The reproducer is…
-
## Motivation
This issue is somewhat related to #564. Many if not most libraries pre-C++20 use [SFINAE](https://en.cppreference.com/w/cpp/language/sfinae) for specializations. This can happen with …
-
See code below:
```c++
struct Any
{
template requires std::is_copy_constructible_v
operator T();
};
static_assert(std::is_copy_constructible_v);
```
Obviously, the type Any can be cop…
-
Some codes, such as HiPACE++, use a different number of dimensions in different parts of the code. Currently, AMREX_SPACEDIM has to be chosen as the maximum number of dimensions used, with the other p…
-
We recently tried to add clang as a supported compiler for a project, however we noticed what appears to be a nasty bug with overload resolution. Take this reduced example here
```cpp
#include
s…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR46791](https://bugs.llvm.org/show_bug.cgi?id=46791) |
| Status | NEW |
| Importance | P normal |
|…