]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/map.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / hana / map.hpp
index 8da501219054ce7fd5eb73902dd485d6b67bee1d..7356208bc65324734e925938808094bc64076575 100644 (file)
@@ -124,7 +124,7 @@ BOOST_HANA_NAMESPACE_BEGIN
         };
 
         template <typename HashTable, typename Storage>
-        struct map_impl
+        struct map_impl final
             : detail::searchable_operators<map_impl<HashTable, Storage>>
             , detail::operators::adl<map_impl<HashTable, Storage>>
         {