On 10/22/2012 05:53 AM, Jean-Marc Lasgouttes wrote:
Le 22/10/2012 00:41, Lars Gullik Bjønnes a écrit :It is mentioned in c9b9748c that "using namespace std" on msvc10 also drags in std::tr1 stuff.IMHO a much better solution is to just use "std::" prefix where required.You mean using std::string everywhere? That does not sound nice.I agree though that using std:: on other less used things is not a bad idea.
Same here. I suppose we do "using std::string", right? rh