
15 Nov
2012
15 Nov
'12
2:54 p.m.
On 15 November 2012 13:50, Dean Michael Berris <mikhailberis@gmail.com> wrote:
Interesting. Is there a way to find out exactly what version of clang Sandia is using? If anything this may be a regression on clang I'm encountering.
You can find out by looking at the output of config_info in the config test results. Sandia are using 'Clang version 3.2 (trunk 168035)'. I tried building with Clang 3.1 in C++11 mode, and I got the same errors as you. As well as some other errors because I don't have std::enable_if - I think that BOOST_NO_CXX11_HDR_TYPE_TRAITS is the macro to check for in that case.