forked from boostorg/config
Remove direct test for clang version as clang doc says that SD-6 supported fron clang 3.4 and up.
This commit is contained in:
@ -71,8 +71,6 @@
|
|||||||
#if !__has_include(<shared_mutex>)
|
#if !__has_include(<shared_mutex>)
|
||||||
# define BOOST_NO_CXX14_HDR_SHARED_MUTEX
|
# define BOOST_NO_CXX14_HDR_SHARED_MUTEX
|
||||||
#endif
|
#endif
|
||||||
#elif defined(__clang__) && (__clang_major__ < 3 || (__clang_major__ == 3 && __clang_minor__ < 4))
|
|
||||||
# define BOOST_NO_CXX14_HDR_SHARED_MUTEX
|
|
||||||
#elif __cplusplus < 201402
|
#elif __cplusplus < 201402
|
||||||
# define BOOST_NO_CXX14_HDR_SHARED_MUTEX
|
# define BOOST_NO_CXX14_HDR_SHARED_MUTEX
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user