libstdc++-2.90.6pre1 on ftp site
Benjamin Kosnik
bkoz@cygnus.com
Tue Jul 13 11:39:00 GMT 1999
> If nobody else I could do this mindless work.
That sounds wonderful: thanks for volunteering.
> leaves only a question of style:
>
> a) "using namespace std;" and removing all existing explicit std::
> qualifications
least impressive
> b) using-declarations ("using std::string;" ...)
> and removing all existing explicit std:: qualifications
acceptable
> c) use only explicit std:: qualifications.
most impressive
They are all legal ways of trying to accomplish what you're trying to do,
and any of them would be an improvement.
-Benjamin
More information about the Libstdc++
mailing list