]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/math/constants/info.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / math / constants / info.hpp
index e3e6a517d45a7960d22b81d99a1c5ac823bd3310..4d467662a87ce255b4741a0c62bf7e68a38141e1 100644 (file)
@@ -46,7 +46,7 @@ template <class T, class Policy>
 void print_info_on_type(std::ostream& os = std::cout BOOST_MATH_APPEND_EXPLICIT_TEMPLATE_TYPE_SPEC(T) BOOST_MATH_APPEND_EXPLICIT_TEMPLATE_TYPE_SPEC(Policy))
 {
    using detail::nameof;
-#ifdef BOOST_MSVC
+#ifdef _MSC_VER
 #pragma warning(push)
 #pragma warning(disable:4127)
 #endif
@@ -147,7 +147,7 @@ void print_info_on_type(std::ostream& os = std::cout BOOST_MATH_APPEND_EXPLICIT_
       break;
    }
    os << std::endl;
-#ifdef BOOST_MSVC
+#ifdef _MSC_VER
 #pragma warning(pop)
 #endif
 }