[Bug c++/26468] correct code doesn't compile (global namespace qualification)

2006-02-25 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-25 19:20 --- This is invalid code as white spaces don't matter. "std::string ::N::X::s" is the same as "std::string::N::X::s". -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/26468] correct code doesn't compile (global namespace qualification)

2006-02-25 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-02-25 19:22 --- *** Bug 26469 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26468

[Bug c++/26468] correct code doesn't compile (global namespace qualification)

2006-02-25 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-02-25 19:33 --- *** Bug 26470 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26468