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++/9518: apparent header file problems


On Sun, Feb 02, 2003 at 07:17:44PM -0600, matt zagrabelny wrote:
> what do you mean when you say that the code is illegal?

With gcc 3.0 and later identifiers from the standard library are in
namespace std and no longer in namespace ::. This means that you
have to qualify things like cout with std::. If someone can reproduce
this it might well turn out that the ICE also happens with legal code.

   regards  Christian


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