]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/variant/bad_visit.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / variant / bad_visit.hpp
index 6a738e00f5a08b1b75d9a2f78bd258c497d05eeb..9396d0866fe90b3b34a548c41b8347857587fa24 100644 (file)
@@ -13,6 +13,8 @@
 #ifndef BOOST_VARIANT_BAD_VISIT_HPP
 #define BOOST_VARIANT_BAD_VISIT_HPP
 
+#include <boost/config.hpp>
+
 #include <exception>
 
 namespace boost {
@@ -28,7 +30,7 @@ struct BOOST_SYMBOL_VISIBLE bad_visit
 {
 public: // std::exception interface
 
-    virtual const char * what() const BOOST_NOEXCEPT_OR_NOTHROW
+    const char * what() const BOOST_NOEXCEPT_OR_NOTHROW BOOST_OVERRIDE
     {
         return "boost::bad_visit: "
                "failed visitation using boost::apply_visitor";