
25 May
2010
25 May
'10
8:16 p.m.
Christophe Henry wrote:
Interestingly, this also happens with gcc by simply including <boost/function.hpp>.
I think I fixed this some time ago? Which Boost and which g++?
I see there is a BOOST_NO_RTTI switch, does someone see a problem if I use it as a way to disable the features making use of any or function?
BOOST_NO_RTTI is the right switch for any, for function (before the fix) you'd have needed BOOST_NO_TYPEID. There is a difference on, for example, MSVC.