On Sun, Mar 14, 2010 at 13:05, Hauke Heibel
<hauke.heibel@xxxxxxxxxxxxxx> wrote:
On Sun, Mar 14, 2010 at 12:37 PM, Hauke Heibel
> You are not seeing the effect in your program since this is unit test
> related. If you define ei_assert as it is done in main.h and if you
> enable internal debugging, you will see the same effect on MSVC --
> guaranteed. It's a hard-coded compiler heuristic.
I just recognized that you replied to removing the inline keyword in
general - forget about what I wrote here. ;)
- Hauke