
On Nov 5, 2010, at 3:54 AM, John Maddock wrote:
Can a Boost.config developer take a look at the attached user.hpp generated by the configure script for the pgi-10.9 toolset? Are there any obvious changes necessary to boost/config/compiler/pgi.hpp?
Can I get to run the configure script with the --enable-test option - it'll print the changes it thinks are necessary at the end of the run - much easier and more reliable than trying to figure things out manually.
Ah, didn't know about this option. Here's the result. the following macros need to be defined BOOST_HAS_PTHREADS BOOST_NO_TWO_PHASE_NAME_LOOKUP the following macros need to be undef'ed BOOST_NO_VARIADIC_MACROS BOOST_NO_STDC_NAMESPACE BOOST_NO_EXTERN_TEMPLATE BOOST_NO_EXCEPTION_STD_NAMESPACE BOOST_DEDUCED_TYPENAME Thanks John! -- Noel