Le 23/10/2012 14:27, Lars Gullik Bjønnes a écrit :
| What I think you should do is to remove the "using namespace std", and
| add std:: wherever needed except for on string, as that really is all
| over, and use "using std::string" for that.

A patch that does exactly that is attached.

I would not be against that. What do others think. I do not like much "using namesapce std;" either.

Lars, your patch still leaves many explicit std::string that were still here, but this would be easy enough to fix.

JMarc

Reply via email to