]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/exception/info.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / exception / info.hpp
index b64957458141e19039ad2f4b820274ee29a0c544..3fd6681f5c535180feab6e4ad3f9f7ba7017b885 100644 (file)
@@ -31,7 +31,7 @@ boost
     template <class Tag,class T>
     inline
     std::string
-    error_info_name( error_info<Tag,T> const & )
+    error_info_name( error_info<Tag,T> const & )
         {
         return tag_type_name<Tag>();
         }
@@ -86,9 +86,6 @@ boost
                 if( info_.end()!=i )
                     {
                     shared_ptr<error_info_base> const & p = i->second;
-#ifndef BOOST_NO_RTTI
-                    BOOST_ASSERT( *BOOST_EXCEPTION_DYNAMIC_TYPEID(*p).type_==*ti.type_ );
-#endif
                     return p;
                     }
                 return shared_ptr<error_info_base>();