]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/container/test/static_vector_options_test.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / container / test / static_vector_options_test.cpp
index 80e88436ea8a874a0abda5b800a465b8adcab32b..6a045acb1aa3f25781a0fa30075623b1d7eb3aa8 100644 (file)
@@ -90,7 +90,7 @@ void test_throw_on_overflow()
       BOOST_TRY{
          v.push_back(0);
       }
-      BOOST_CATCH(std::bad_alloc&)
+      BOOST_CATCH(bad_alloc_t&)
       {
          expected_type_thrown = true;
       }