Commit 019bdf3
boost-commitbot
Update container from master
1 parent cc33f8a commit 019bdf3
1 file changed
+1
-1
lines changed- .github/workflows/ci.yml+469-68
- README.md+4-4
- bench/Jamfile.v2+2
- doc/container.qbk+10-1
- include/boost/container/allocator_traits.hpp+9
- include/boost/container/deque.hpp+1-1
- include/boost/container/detail/alloc_helpers.hpp+35
- include/boost/container/detail/dispatch_uses_allocator.hpp+112-57
- include/boost/container/detail/flat_tree.hpp+102-26
- include/boost/container/detail/is_constructible.hpp+180
- include/boost/container/detail/tree.hpp+72-17
- include/boost/container/detail/workaround.hpp+4
- include/boost/container/flat_map.hpp+254-80
- include/boost/container/flat_set.hpp+88-22
- include/boost/container/list.hpp+1-1
- include/boost/container/map.hpp+195-59
- include/boost/container/set.hpp+84-15
- include/boost/container/uses_allocator.hpp+15-100
- include/boost/container/uses_allocator_fwd.hpp+1-3
- include/boost/container/vector.hpp+69-30
- test/Jamfile.v2+2
- test/flat_map_test.cpp+9-117
- test/flat_set_test.cpp+9-90
- test/is_constructible_test.cpp+63
- test/map_test.cpp+35-135
- test/map_test.hpp+213
- test/pmr_deque_test.cpp+1-1
- test/pmr_devector_test.cpp+1-1
- test/pmr_flat_map_test.cpp+1-1
- test/pmr_flat_set_test.cpp+1-1
- test/pmr_list_test.cpp+1-1
- test/pmr_map_test.cpp+1-1
- test/pmr_set_test.cpp+1-1
- test/pmr_small_vector_test.cpp+1-1
- test/pmr_stable_vector_test.cpp+1-1
- test/propagate_allocator_test.hpp-5
- test/propagation_test_allocator.hpp-35
- test/set_test.cpp+37-89
- test/set_test.hpp+140
- test/static_vector_test.cpp+32
- test/uses_allocator_test.cpp-11
0 commit comments