Jean-Marc Lasgouttes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
[EMAIL PROTECTED] wrote:
Author: younes
Date: Wed Dec 12 11:16:00 2007
New Revision: 22097
URL: http://www.lyx.org/trac/changeset/22097
Log:
'using namespace std' instead of 'using std::xxx'
As there was no objection I did that.
If you do that there are hundreds of occurrences of std:: to remove from
the code...
I'll do that later.
I think we should do that for lyx::support too.
What do you mean?
using 'namespace lyx::support' instead of the tens of 'using
support::xxx'. I'll do that now.
Abdel.