Correct macro spelling.

This commit is contained in:
jzmaddock
2021-03-05 16:18:05 +00:00
parent 23de20c230
commit 4d98673098

View File

@@ -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