[Bug c++/19373] Including STL headers in a namespace doesn't compile

2005-01-11 Thread bkoz at gcc dot gnu dot org
--- Additional Comments From bkoz at gcc dot gnu dot org 2005-01-11 22:49 --- Gaby, your comment is funny! Made me laugh, since I just got out of my cast. Just for reference, this is invalid because it would invalidate 17.4.1.1 - Library contents requires std or std:: namespaces for

[Bug c++/19373] Including STL headers in a namespace doesn't compile

2005-01-11 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2005-01-11 19:48 --- Subject: Re: New: Including STL headers in a namespace doesn't compile "JurgenvonOerthel at hotmail dot com" <[EMAIL PROTECTED]> writes: | The following code doesn't compile: Then, don't do it. --

[Bug c++/19373] Including STL headers in a namespace doesn't compile

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 14:20 --- Yes this is invalid, sorry, you cannot do this. -- What|Removed |Added Status|UN