[Bug c++/94894] avoidable instantiation of conversion function template during overload resolution

2024-10-10 Thread ers.trion at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94894 Fabian Knorr changed: What|Removed |Added CC||ers.trion at gmail dot com --- Comment

[Bug c++/113052] New: Templated conversion operator of templated class is not considered in argument to equality operator

2023-12-17 Thread ers.trion at gmail dot com via Gcc-bugs
: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: ers.trion at gmail dot com Target Milestone: --- See https://godbolt.org/z/fWKfEj7zb . template struct accessor { template

[Bug c++/70413] New: Class template names in anonymous namespaces are not globally unique

2016-03-25 Thread ers.trion at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: ers.trion at gmail dot com Target Milestone: --- Created attachment 38099 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38099&action=edit Example Source Code If

[Bug c++/56299] New: Dependent lambda expression breaks explicit template instantiation

2013-02-12 Thread ers.trion at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56299 Bug #: 56299 Summary: Dependent lambda expression breaks explicit template instantiation Classification: Unclassified Product: gcc Version: 4.7.2 Status: UN