
10 Oct
2011
10 Oct
'11
4:18 p.m.
El 09/10/2011 15:30, Mathias Gaunard escribió:
I would like a BOOST_FORCE_INLINE macro to be added to boost/config/suffix.hpp
Who do I need to contact to make this happen?
Then let's add BOOST_NO_INLINE which is __declspec(noinline) in MSVC and __attribute__((noinline)) in GCC and compatible compilers. Ion