c++/9518: apparent header file problems
Christian Ehrhardt
ehrhardt@mathematik.uni-ulm.de
Mon Feb 3 06:45:00 GMT 2003
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
More information about the Gcc-bugs
mailing list