On Mon, Dec 03, 2007 at 11:14:15AM +0100, Jean-Marc Lasgouttes wrote:
> Andre Poenitz <[EMAIL PROTECTED]> writes:
>
> > Should we discuss allowing 'using namespace std;' in .cpp files?
> >
> > Quite few changes we do are related to the 'using' lines, and there
> > is no actual gain. If there were
Jean-Marc Lasgouttes wrote:
Andre Poenitz <[EMAIL PROTECTED]> writes:
Should we discuss allowing 'using namespace std;' in .cpp files?
Quite few changes we do are related to the 'using' lines, and there
is no actual gain. If there were a real conflict we'd jsut rename our
stuff (and there is n
Andre Poenitz <[EMAIL PROTECTED]> writes:
> Should we discuss allowing 'using namespace std;' in .cpp files?
>
> Quite few changes we do are related to the 'using' lines, and there
> is no actual gain. If there were a real conflict we'd jsut rename our
> stuff (and there is none that I am aware of
Andre Poenitz wrote:
> So let's wait for a few people to disagree, otherwise we cannot have a
> decent flamewar...
Unfortunately I also agree...
A/
On Sun, Dec 02, 2007 at 08:24:42PM +0100, Abdelrazak Younes wrote:
>>> @@ -111,42 +111,30 @@
>>> namespace support {
>>> using std::ifstream;
>>> -#if HAVE_DECL_ISTREAMBUF_ITERATOR
>>> using std::istreambuf_iterator;
>>> +using std::istream_iterator;
>>> +using std::ios;
>>> +using std::ios_bas
Andre Poenitz wrote:
On Sun, Dec 02, 2007 at 08:09:17AM -, [EMAIL PROTECTED] wrote:
Author: younes
Date: Sun Dec 2 09:09:16 2007
New Revision: 21902
URL: http://www.lyx.org/trac/changeset/21902
Log:
cosmetics.
Modified:
lyx-devel/trunk/src/support/lyxsum.cpp
Modified: lyx-devel/trunk
On Sun, Dec 02, 2007 at 08:09:17AM -, [EMAIL PROTECTED] wrote:
> Author: younes
> Date: Sun Dec 2 09:09:16 2007
> New Revision: 21902
>
> URL: http://www.lyx.org/trac/changeset/21902
> Log:
> cosmetics.
>
> Modified:
> lyx-devel/trunk/src/support/lyxsum.cpp
>
> Modified: lyx-devel/trunk