
16 Dec
2006
16 Dec
'06
2:19 p.m.
David Abrahams wrote:
It would be better to modify the library so it didn't crash the compiler when inlining was enabled.
I just found out, that even in debug builds, i.e. NDEBUG is not defined, <inlinig>on will crash the compiler. So I strip also the #if defined(NDEBUG) and condition only on the compiler version. Roland