]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/format.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / format.hpp
index 73464a819f8fe896da4adfd1b75540488b2841cd..0f27a8fbe886716f35a2958e4d471e555b97272f 100644 (file)
@@ -26,7 +26,7 @@
 // ***   Compatibility framework
 #include <boost/format/detail/compat_workarounds.hpp>
 
-#ifdef BOOST_NO_LOCALE_ISIDIGIT
+#ifdef BOOST_NO_LOCALE_ISDIGIT
 #include <cctype>  // we'll use the non-locale  <cctype>'s std::isdigit(int)
 #endif