Intel appears not to support C++14 variable templates.

This commit is contained in:
jzmaddock
2016-12-15 10:37:11 +00:00
parent 25be5543ae
commit 2fd39f10cb

View File

@ -35,6 +35,10 @@
#endif
#if (__INTEL_COMPILER <= 1600) && !defined(BOOST_NO_CXX14_VARIABLE_TEMPLATES)
# define BOOST_NO_CXX14_VARIABLE_TEMPLATES
#endif
#else
#include <boost/config/compiler/gcc.hpp>