Re: [boost] [MSM] compiling MSM with GCC 4.4.1 and -fno-rtti

25 May
2010
25 May
'10
8:02 p.m.
Hi all, Interestingly, this also happens with gcc by simply including <boost/function.hpp>. 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? Christophe

25 May
25 May
8:16 p.m.
New subject: [MSM] compiling MSM with GCC 4.4.1 and -fno-rtti
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.
5512
Age (days ago)
5512
Last active (days ago)
1 comments
2 participants
participants (2)
-
Christophe Henry
-
Peter Dimov