mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 21:04:28 +02:00
Correct macro spelling.
This commit is contained in:
@@ -158,9 +158,9 @@
|
|||||||
# 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)
|
#if(_LIBCPP_VERSION < 9000) && !defined(BOOST_NO_CXX20_HDR_SPAN)
|
||||||
// as_writable_bytes is missing.
|
// as_writable_bytes is missing.
|
||||||
# define BOOST_NO_CXX20_HDR_SOURCE_SPAN
|
# define BOOST_NO_CXX20_HDR_SPAN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user