mirror of
https://github.com/boostorg/config.git
synced 2025-09-27 16:20:59 +02:00
Older libsc++ versions have incomplete <span>.
This commit is contained in:
@@ -158,6 +158,11 @@
|
|||||||
# define BOOST_NO_CXX20_HDR_SEMAPHORE
|
# define BOOST_NO_CXX20_HDR_SEMAPHORE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
# if(_LIBCPP_VERSION < 9000) && !defined(BOOST_NO_CXX20_HDR_SOURCE_SPAN)
|
||||||
|
// as_writable_bytes is missing.
|
||||||
|
# define BOOST_NO_CXX20_HDR_SOURCE_SPAN
|
||||||
|
#endif
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#define BOOST_NO_CXX17_STD_INVOKE // Invoke support is incomplete (no invoke_result)
|
#define BOOST_NO_CXX17_STD_INVOKE // Invoke support is incomplete (no invoke_result)
|
||||||
#define BOOST_NO_CXX17_HDR_EXECUTION
|
#define BOOST_NO_CXX17_HDR_EXECUTION
|
||||||
|
Reference in New Issue
Block a user