14 Aug
2015
14 Aug
'15
1:15 a.m.
On Thu, Aug 13, 2015 at 7:58 PM, Soul Studios
visual studio compiler information appears to be out of date or innaccurate in 1.59- Visual Studio 2012 and upwards supports type traits, anything less does not. The appropriate macro defines for this should be added to visualc.hpp.
Which macro should be in config/compiler/visualc.hpp? Right now boost/config/stdlib/dinkumware.hpp has BOOST_NO_CXX11_HDR_TYPE_TRAITS defined for Dinkumware versions 520 and lower - i.e. that macro is would not be defined for VC11 and higher. Glen