Merge pull request #93 from akumta/patch-4

Update sunpro_cc.hpp
This commit is contained in:
jzmaddock
2016-09-09 18:00:03 +01:00
committed by GitHub

View File

@ -170,6 +170,13 @@
#if !defined(__cpp_variable_templates) || (__cpp_variable_templates < 201304)
# define BOOST_NO_CXX14_VARIABLE_TEMPLATES
#endif
// Turn on threading support for Solaris 12.
// Ticket #11972
#if (__SUNPRO_CC >= 0x5140) && defined(__SunOS_5_12) && !defined(BOOST_HAS_THREADS)
# define BOOST_HAS_THREADS
#endif
//
// Version
//