[Bug c++/66962] [concepts] overloaded function causing memory blow-up and ICE
Casey at Carter dot net
gcc-bugzilla@gcc.gnu.org
Thu Jul 23 20:59:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66962
--- Comment #5 from Casey Carter <Casey at Carter dot net> ---
(In reply to Markus Trippelsdorf from comment #2)
> /usr/local/gcc-concepts/include/c++/6.0.0/initializer_list:47:11: fatal
> error: definition of std::initializer_list does not match #include
> <initializer_list>
This is because the definition of std::initializer_list in the preprocessed
source doesn't agree with your compiler's - or mine - notion of what
std::initializer_list should be.
We need a more recent test case.
More information about the Gcc-bugs
mailing list