This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/6342: Internal compiler error from #include


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]