
5 Jul
2010
5 Jul
'10
4:40 p.m.
Quoting Robert Ramey <ramey@rrsd.com>:
In my code I use BOOST_HAS_DECLSPEC but I'm having problems with mingw. I'm not sure it has anything to do with this, but it's not at clear to me what the differing meanings are of BOOST_HAS_DECLTYPE and BOOST_HAS_DECLSPEC.
Robert Ramey
BOOST_HAS_DECLTYPE is to do with the C++0x decltype feature (http://en.wikipedia.org/wiki/Decltype) BOOST_HAS_DECLSPEC is to do with symbol exporting and is likely to be the only relevant thing to your issue.