mirror of
https://github.com/boostorg/config.git
synced 2025-08-02 22:04:27 +02:00
libcpp has no invoke_result.
This commit is contained in:
@@ -87,9 +87,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// C++17 features
|
// C++17 features
|
||||||
#if (_LIBCPP_VERSION < 3700) || (__cplusplus <= 201402L)
|
|
||||||
# define BOOST_NO_CXX17_STD_INVOKE
|
|
||||||
#endif
|
|
||||||
#if (_LIBCPP_VERSION < 4000) || (__cplusplus <= 201402L)
|
#if (_LIBCPP_VERSION < 4000) || (__cplusplus <= 201402L)
|
||||||
# define BOOST_NO_CXX17_STD_APPLY
|
# define BOOST_NO_CXX17_STD_APPLY
|
||||||
#endif
|
#endif
|
||||||
@@ -104,6 +101,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BOOST_NO_CXX17_ITERATOR_TRAITS
|
#define BOOST_NO_CXX17_ITERATOR_TRAITS
|
||||||
|
#define BOOST_NO_CXX17_STD_INVOKE // Invoke support is incomplete (no invoke_result)
|
||||||
|
|
||||||
#if (_LIBCPP_VERSION <= 1101) && !defined(BOOST_NO_CXX11_THREAD_LOCAL)
|
#if (_LIBCPP_VERSION <= 1101) && !defined(BOOST_NO_CXX11_THREAD_LOCAL)
|
||||||
// This is a bit of a sledgehammer, because really it's just libc++abi that has no
|
// This is a bit of a sledgehammer, because really it's just libc++abi that has no
|
||||||
|
Reference in New Issue
Block a user