1 file changed
+1
-1
lines changedDiff for: libs/container
- .github/workflows/ci.yml+3-3
- .gitignore+18
- CMakeLists.txt-1
- bench/bench_vectors.cpp+1-1
- bench/detail/varray.hpp+8-7
- doc/Jamfile.v2+1
- doc/container.qbk+23-8
- include/boost/container/adaptive_pool.hpp+8-8
- include/boost/container/allocator.hpp+1-1
- include/boost/container/allocator_traits.hpp+148-8
- include/boost/container/container_fwd.hpp+11-9
- include/boost/container/deque.hpp+611-102
- include/boost/container/detail/adaptive_node_pool.hpp+1-1
- include/boost/container/detail/adaptive_node_pool_impl.hpp+47-47
- include/boost/container/detail/advanced_insert_int.hpp+25-24
- include/boost/container/detail/allocation_type.hpp+7-7
- include/boost/container/detail/block_list.hpp+2-2
- include/boost/container/detail/block_slist.hpp+2-2
- include/boost/container/detail/construct_in_place.hpp+35-1
- include/boost/container/detail/copy_move_algo.hpp+14-14
- include/boost/container/detail/dispatch_uses_allocator.hpp+1-1
- include/boost/container/detail/flat_tree.hpp+21-20
- include/boost/container/detail/function_detector.hpp+1-1
- include/boost/container/detail/is_container.hpp+2-2
- include/boost/container/detail/is_contiguous_container.hpp+1-1
- include/boost/container/detail/is_pair.hpp+4-4
- include/boost/container/detail/iterators.hpp+8-8
- include/boost/container/detail/math_functions.hpp+9-9
- include/boost/container/detail/mpl.hpp+4-4
- include/boost/container/detail/multiallocation_chain.hpp+96-10
- include/boost/container/detail/node_alloc_holder.hpp+6-4
- include/boost/container/detail/node_pool.hpp+1-1
- include/boost/container/detail/pair.hpp+17-17
- include/boost/container/detail/pool_common.hpp+1-1
- include/boost/container/detail/pool_common_alloc.hpp+2-2
- include/boost/container/detail/pool_resource.hpp+4-4
- include/boost/container/detail/tree.hpp+61-52
- include/boost/container/detail/version_type.hpp+4-4
- include/boost/container/detail/workaround.hpp+6
- include/boost/container/devector.hpp+145-62
- include/boost/container/flat_map.hpp+71-22
- include/boost/container/flat_set.hpp+2-2
- include/boost/container/list.hpp+30-22
- include/boost/container/map.hpp+2-2
- include/boost/container/new_allocator.hpp+1-1
- include/boost/container/node_allocator.hpp+15-8
- include/boost/container/node_handle.hpp+6-5
- include/boost/container/options.hpp+15-15
- include/boost/container/pmr/memory_resource.hpp+1-1
- include/boost/container/pmr/monotonic_buffer_resource.hpp+1-1
- include/boost/container/pmr/resource_adaptor.hpp+3-3
- include/boost/container/scoped_allocator.hpp+1-1
- include/boost/container/set.hpp+2-2
- include/boost/container/slist.hpp+31-24
- include/boost/container/small_vector.hpp+45-43
- include/boost/container/stable_vector.hpp+45-33
- include/boost/container/static_vector.hpp+5-7
- include/boost/container/string.hpp+55-47
- include/boost/container/uses_allocator.hpp+3-3
- include/boost/container/vector.hpp+222-73
- proj/vs/container.vcxproj-281
- proj/vs/deque_test.vcxproj-185
- proj/vs/explicit_inst_flat_map_test.vcxproj+1-1
- proj/vs/flat_map_test.vcxproj+1-1
- proj/vs/flat_tree_test.vcxproj+1-1
- proj/vs/stable_vector_test.vcxproj-184
- test/allocator_argument_tester.hpp+11-5
- test/deque_test.cpp+17-9
- test/devector_test.cpp+18-10
- test/dummy_test_allocator.hpp+20-7
- test/emplace_test.hpp+2-2
- test/explicit_inst_vector_test.cpp+11-5
- test/flat_map_test.cpp+4-8
- test/flat_tree_test.cpp+1
- test/list_test.cpp+22-11
- test/list_test.hpp+62-34
- test/map_test.cpp+13-6
- test/map_test.hpp+180-21
- test/movable_int.hpp+12
- test/set_test.cpp+14-6
- test/set_test.hpp+14-28
- test/slist_test.cpp+35-9
- test/small_vector_test.cpp+295-10
- test/stable_vector_test.cpp+15-9
- test/static_vector_test.cpp+1-1
- test/vector_test.cpp+17-10
- test/vector_test.hpp+33-8
0 commit comments