От: | const_volatile | ||
Дата: | 02.05.11 10:29 | ||
Оценка: |
Even with __forceinline, the compiler cannot inline code in all circumstances. The compiler cannot inline a function if:
The function or its caller is compiled with /Ob0 (the default option for debug builds).
[...]