This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: libstdc++-2.90.6pre1 on ftp site
- To: Benjamin Kosnik <bkoz@fidel.cygnus.com>
- Subject: Re: libstdc++-2.90.6pre1 on ftp site
- From: Alfred Minarik <a8601248@unet.univie.ac.at>
- Date: Tue, 13 Jul 1999 11:44:37 +0200
- CC: libstdc++@sourceware.cygnus.com
- References: <Pine.LNX.4.10.9907071326590.24332-100000@fidel.cygnus.com>
Benjamin Kosnik wrote:
> I know that the testsuite is not
> namespace-safe: it should be.
>
If nobody else I could do this mindless work.
leaves only a question of style:
a) "using namespace std;" and removing all existing explicit std::
qualifications
b) using-declarations ("using std::string;" ...)
and removing all existing explicit std:: qualifications
c) use only explicit std:: qualifications.
personally I would take b)
This would only make sense if there is
consent that future testcases will also mind std.
Alfred