]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/archive/text_wiarchive.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / archive / text_wiarchive.hpp
index 66203e085b5c9f71c7b0775bf2a5a6b186c36bdd..5daf52f51e5b0014b0a061eae22bb68787f74510 100644 (file)
@@ -94,7 +94,7 @@ protected:
     }
     BOOST_WARCHIVE_DECL
     text_wiarchive_impl(std::wistream & is, unsigned int flags);
-    ~text_wiarchive_impl(){};
+    ~text_wiarchive_impl() BOOST_OVERRIDE {}
 };
 
 } // namespace archive
@@ -123,7 +123,7 @@ public:
         if(0 == (flags & no_header))
             init();
     }
-    ~text_wiarchive(){}
+    ~text_wiarchive() BOOST_OVERRIDE {}
 };
 
 } // namespace archive