
18 Dec
2016
18 Dec
'16
6:27 p.m.
On 12/18/16 16:56, Niall Douglas wrote:
On 17 Dec 2016 at 21:43, Antony Polukhin wrote:
__declspec(noinline) inline void make_backtrace(...)
Oh, now I've got that. I've been confused by the `__declspec(noinline) inline`. Thanks again! Does the `BOOST_NOINLINE inline` solution work well on GCC, CLANG and other compilers?
For the major compilers targeting their native ecosystem I've found they work as expected. Though the markup is perverse, and you might want to add an explanatory comment :).
If I'm not misremembering, Intel compiler issues a warning in this case.