[Bug c++/68642] GCC crashes on deep std::make_index_sequence

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Dec 1 22:39:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68642

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
N.B. 100k is not "moderately large" it's far larger than any real parameter
pack is ever likely to be, and the primary purpose of index_sequence is to
index into parameter packs.


More information about the Gcc-bugs mailing list