]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/interprocess/smart_ptr/detail/bad_weak_ptr.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / interprocess / smart_ptr / detail / bad_weak_ptr.hpp
index 3e2b4df3f5ecc9b8d388e07f9b5b79d64bcf09c3..e2ce9a78d8763eaea44b1ff07f72bddb8b5931f5 100644 (file)
@@ -36,7 +36,7 @@ class bad_weak_ptr
 {
    public:
 
-   virtual char const * what() const BOOST_NOEXCEPT_OR_NOTHROW
+   virtual char const * what() const BOOST_NOEXCEPT_OR_NOTHROW BOOST_OVERRIDE
    {  return "boost::interprocess::bad_weak_ptr"; }
 };