[Bug c++/67969] [concepts] bug with overloaded function when using constraints

2022-01-31 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67969 Patrick Palka changed: What|Removed |Added Target Milestone|--- |7.0 Status|UNCONFIRMED

[Bug c++/67969] [concepts] bug with overloaded function when using constraints

2022-01-31 Thread kirshamir at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67969 Amir Kirsh changed: What|Removed |Added CC||kirshamir at gmail dot com --- Comment #4 f

[Bug c++/67969] [concepts] bug with overloaded function when using constraints

2019-09-23 Thread jeff.chapman.bugs at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67969 Jeff Chapman changed: What|Removed |Added CC||jeff.chapman.bugs at gmail dot com --- C

[Bug c++/67969] [concepts] bug with overloaded function when using constraints

2017-06-09 Thread hstong at ca dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67969 Hubert Tong changed: What|Removed |Added CC||hstong at ca dot ibm.com --- Comment #2 fr

[Bug c++/67969] [concepts] bug with overloaded function when using constraints

2015-10-14 Thread ryan.burn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67969 --- Comment #1 from ryan.burn at gmail dot com --- Reduced further: emplate class NumericArray {}; template constexpr bool match_numeric_array = false; template constexpr bool match_numeric_array> = true; template concept bool cp