-
| | |
| --- | --- |
| Bugzilla Link | [46791](https://llvm.org/bz46791) |
| Version | trunk |
| OS | Linux |
| CC | @zygoloid |
## Extended Description
https://godbolt.org/z/15ofMv
The …
-
hexne updated
16 hours ago
-
While migrating a codebase heavily dependent on the now deleted asio_handler_invoke ADL hooks we noticed that it was impossible to define generically associated_executor/allocator traits for a class h…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR28386](https://bugs.llvm.org/show_bug.cgi?id=28386) |
| Status | NEW |
| Importance | P normal |
|…
-
**Is your feature request related to a problem? Please describe.**
Now that HLSL supports C++ templates with SFINAE, we should ship a set of C++-compatible type_traits interfaces.
**Describe the s…
-
### Check duplicate issues.
- [x] Checked for duplicates
### Description
Following from wlav/cppyy#201, it seems there is an issue with (ROOT's) cppyy's handling of SFINAE functions with vari…
-
# Using Templates for Generic Programming - Part 1 (Embracing the beauty _of SFINAE)👋 - Programmer
C++ template programming: SFINAE, std::enable_if, std::enable_if_t, if constexpr, perfect forwarding…
-
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
-
In its current state, the library produces rather unreadable error messages and can spawn several hundreds of lines of cryptic error messages for a simple missing `const` without a single hint to what…