Fix pmr tests on macos-13

This commit is contained in:
Braden Ganetsky
2024-03-24 11:03:52 -05:00
parent e63853d87d
commit 553ce263fa

View File

@ -15,6 +15,12 @@
BOOST_PRAGMA_MESSAGE(
"Test skipped because C++17 header <memory_resource> is not available.")
#elif defined(__MAC_OS_X_VERSION_MIN_REQUIRED) && \
__MAC_OS_X_VERSION_MIN_REQUIRED < 140000
BOOST_PRAGMA_MESSAGE(
"Test skipped because __MAC_OS_X_VERSION_MIN_REQUIRED < 140000");
#else
namespace pmr_allocator_tests {