On Fri, Nov 16, 2007 at 09:35:51AM +0100, Jean-Marc Lasgouttes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > [...] > > - easy to shortcut for timing purposes by using #define LYXERR(a, b) > > /*nothing*/ > > The same holds for the old version.
How so? Defining to nothing would have left the << ... << endl; tail in the code leaving it incompilable. Using the nullstream is not time neutral as arguments still need construction/destruction. Andre'