c++/6342: Internal compiler error from #include
lerdsuwa@gcc.gnu.org
lerdsuwa@gcc.gnu.org
Tue May 14 08:16:00 GMT 2002
Synopsis: Internal compiler error from #include
State-Changed-From-To: open->closed
State-Changed-By: lerdsuwa
State-Changed-When: Tue May 14 08:16:42 2002
State-Changed-Why:
Fixed in later releases of gcc. The problem is that, on older
gcc versions, various classes in standard C++ library is not defined
inside namespace std. Get rid off 'std::' in front of
'vector' in class 'samples_events' clears the problem.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6342
More information about the Gcc-bugs
mailing list