Merge branch 'marcfehling-intel-ctad' into develop

t push origin develop# Please enter a commit message to explain why this merge is necessary,
This commit is contained in:
Ion Gaztañaga
2018-12-31 17:22:27 +01:00

View File

@@ -122,6 +122,10 @@
#if (__cplusplus >= 201703L)
//CTAD supported
#ifdef __INTEL_COMPILER
//Intel compilers do not offer this feature yet
#define BOOST_CONTAINER_NO_CXX17_CTAD
#endif
#else
#define BOOST_CONTAINER_NO_CXX17_CTAD
#endif