[Bug c++/68929] GCC hangs in nested template instantiations even after static_assert fails.
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jul 22 15:05:54 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68929
--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Probably related to PR c++/96286, because if we stopped trying to compile a
class after a failed static_assert then we wouldn't keep recursing in Eric's
example here.
More information about the Gcc-bugs
mailing list