mirror of
https://github.com/boostorg/container.git
synced 2025-08-02 14:04:26 +02:00
Workaround: Intel compilers do not offer CTAD yet.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user