[Bug libstdc++/66742] abort on sorting list with custom allocator that is not stateless

2021-04-09 Thread ahuszagh at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742 Alexander Huszagh changed: What|Removed |Added CC||ahuszagh at gmail dot com

[Bug c++/82347] New: Class Name Injection and Constructor Typenames

2017-09-27 Thread ahuszagh at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: ahuszagh at gmail dot com Target Milestone: --- G++ (including 7.01 and 6.3.0) allowing the following code to compile without any warning, allowing a type alias of the constructor of a class. Source File --- a.cpp