mirror of
https://github.com/boostorg/container.git
synced 2025-08-02 05:54:28 +02:00
Workaround: Intel compilers do not offer CTAD yet.
This commit is contained in:
@@ -121,9 +121,13 @@
|
|||||||
|
|
||||||
|
|
||||||
#if (__cplusplus >= 201703L)
|
#if (__cplusplus >= 201703L)
|
||||||
//CTAD supported
|
//CTAD supported
|
||||||
|
#ifdef __INTEL_COMPILER
|
||||||
|
//Intel compilers do not offer this feature yet
|
||||||
|
#define BOOST_CONTAINER_NO_CXX17_CTAD
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
#define BOOST_CONTAINER_NO_CXX17_CTAD
|
#define BOOST_CONTAINER_NO_CXX17_CTAD
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif //#ifndef BOOST_CONTAINER_DETAIL_WORKAROUND_HPP
|
#endif //#ifndef BOOST_CONTAINER_DETAIL_WORKAROUND_HPP
|
||||||
|
Reference in New Issue
Block a user