On Tue, Oct 23, 2012 at 3:12 PM, Jean-Marc Lasgouttes <lasgout...@lyx.org> wrote: > 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'd be against (sorry!) > I do not like much "using > namesapce std;" either. I really don't understand the rationale, sorry. I'd consider very bad style to create our own lyx::vector or lyx::iostream, so what's the point? Abdel.