]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/container/test/list_test.cpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / container / test / list_test.cpp
index 065fa2806bd5645e62b1818d286f3cc185ad7649..aa56b099c60d4af0e8430c985accffeaf6276f7b 100644 (file)
@@ -34,7 +34,7 @@ template class boost::container::list
    < test::movable_and_copyable_int
    , adaptive_pool<test::movable_and_copyable_int> >;
 
-namespace container_detail {
+namespace dtl {
 
 template class iterator_from_iiterator
    <intrusive_list_type< std::allocator<int> >::container_type::iterator, true >;