mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 20:37:15 +02:00
Intel appears not to support C++14 variable templates.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user