https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67969
Patrick Palka changed:
What|Removed |Added
Target Milestone|--- |7.0
Status|UNCONFIRMED
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
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
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
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