List Question
20 TechQA 2024-03-15T11:47:57.700000Expression without parentheses works in one case but not in other
101 views
Asked by Alan
Requires compile with msvc but rejected by gcc
865 views
Asked by Alan
Does Std have a Default Properties Checker
48 views
Asked by mhawth36
How to use Constraint Violation Information in Ctors?
36 views
Asked by mhawth36
Is a static member function visible inside a templated class before it is declared?
182 views
Asked by 303
accessing member in trailing return type vs. in requires clause of a locally defined friend function
159 views
Asked by wanghan02
'requires' clause with fold expressions never satisfied
144 views
Asked by Fareanor
C++ 'requires' with type requirement in class won't compile
163 views
Asked by Ajay
Why does the cpp requires expression sometimes allow non valid expressions?
673 views
Asked by bradgonesurfing
Is requires(std::derived_from<...>) equivalent to static_assert(std::is_base_of<...>)?
548 views
Asked by Casey
Does the `requires` nested in a requires-expression introduce a requires-clause?
575 views
Asked by Enlico
Is clang right to complain about an out of line definition of a templated constructor using a concept?
161 views
Asked by jacobsa
Why can't a member function require a static constexpr member of the same class to be true?
138 views
Asked by tirofes
requires clause on non-template friend function of a template class
142 views
Asked by wanghan02
When should I put a `requires` clause in a template function's signature instead of before it?
132 views
Asked by nebuch
`requires` expression is evaluated to false in a nested template, but code is still compiled
523 views
Asked by Jean Amaro
C++ Add constraints to a noexcept member function of template class
154 views
Asked by Symlink
Templated requires clause fails
56 views
Asked by Felix Crazzolara
Optional non-trivial destructor using requires
371 views
Asked by Andreas Loanjoe