]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/config/stdlib/libstdcpp3.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / config / stdlib / libstdcpp3.hpp
index c4c999602659082f0700cf2f44b7b77cb809febe..ee8f2a20aea5d44496a36873b16dc5ab14d88950 100644 (file)
 //
 #ifdef __clang__
 
-#if __has_include(<memory_resource>)
+#if __has_include(<compare>)
+#  define BOOST_LIBSTDCXX_VERSION 100100
+#elif __has_include(<memory_resource>)
 #  define BOOST_LIBSTDCXX_VERSION 90100
 #elif __has_include(<charconv>)
 #  define BOOST_LIBSTDCXX_VERSION 80100