Andre Poenitz <[EMAIL PROTECTED]> writes: > - shorter to type by 10 characters,
Bah. > - less visual clutter, in quite a few cases no multi-line statements > are needed anymore, Hmm. > - now if-else safe by using the do { ... } while (0) idiom, OK. > - we can have BOOST_FUNCTION and/or something equivalent in the > defintion if wanted and would have even less clutter in the user code, This was already possible with the previous version. > - easy to shortcut for timing purposes by using #define LYXERR(a, b) > /*nothing*/ The same holds for the old version. JMarc