This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libstdc++-2.90.6pre1 on ftp site


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]