https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112590
--- Comment #2 from Janez Zemva <janezz55 at gmail dot com> --- Very nice, but if I write: int main() { static constexpr S<10> s; return 0; } there will still be a compile error.
janezz55 at gmail dot com via Gcc-bugs Fri, 17 Nov 2023 10:42:47 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112590
--- Comment #2 from Janez Zemva <janezz55 at gmail dot com> --- Very nice, but if I write: int main() { static constexpr S<10> s; return 0; } there will still be a compile error.