https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93083
--- Comment #5 from Marek Polacek ---
Short test from Bug 97751:
template
struct use_as_nttp {};
template
struct has_nttp {};
template
using has_nttp_2 = has_nttp;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93083
Marek Polacek changed:
What|Removed |Added
CC||janpmoeller at gmx dot de
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93083
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
Ever con
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93083
--- Comment #2 from Hana Dusíková ---
Same error is also triggered by template partial specialization:
```
template struct literal {
constexpr literal(const char (&input)[N]) noexcept { }
constexpr literal(const literal &) noexc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93083
Martijn Otto changed:
What|Removed |Added
CC||martijntje at martijnotto dot
nl
--- Com