[Bug c++/95324] New: Segmentation fault when using variadic lambda template in concept definition
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: ivan.pogrebnyak at gmail dot com Target Milestone: --- Created attachment 48600 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48600&action=edit gcc version,
[Bug c++/82165] New: Operator overloading doesn't work with enum bit fields
y: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: ivan.pogrebnyak at gmail dot com Target Milestone: --- Here's a short test program that illustrates the issue: #include #define TEST(var) std::cout << #var " = " << var