]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/serialization/src/extended_type_info.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / serialization / src / extended_type_info.cpp
index 13a60c3e77fc4973cbfff483e73cffb98b375103..364fe56d842cd47596de422d1c6f91deb46a7d49 100644 (file)
@@ -125,6 +125,7 @@ BOOST_SERIALIZATION_DECL void
 extended_type_info::key_unregister() const{
     if(NULL == get_key())
         return;
+    BOOST_ASSERT(! singleton<detail::ktmap>::is_destroyed());
     if(! singleton<detail::ktmap>::is_destroyed()){
         detail::ktmap & x = singleton<detail::ktmap>::get_mutable_instance();
         detail::ktmap::iterator start = x.lower_bound(this);