
14 Mar
2011
14 Mar
'11
5:49 p.m.
Here's results with your updated configure script for g++:
the following macros need to be defined BOOST_HAS_VARIADIC_TMPL BOOST_HAS_PTHREAD_YIELD
the following macros need to be undef'ed BOOST_NO_VARIADIC_TEMPLATES BOOST_NO_SCOPED_ENUMS BOOST_NO_DELETED_FUNCTIONS BOOST_NO_DEFAULTED_FUNCTIONS BOOST_DEDUCED_TYPENAME BOOST_NO_0X_HDR_INITIALIZER_LIST
and the results for Intel:
the following macros need to be defined BOOST_HAS_PTHREAD_YIELD
the following macros need to be undef'ed BOOST_NO_VARIADIC_MACROS BOOST_NO_MS_INT64_NUMERIC_LIMITS BOOST_DEDUCED_TYPENAME BOOST_NO_0X_HDR_INITIALIZER_LIST
Thanks will investigate: looks like some of the C++0x feature tests need some updating, will get back to you on this shortly, John.