mirror of
https://github.com/boostorg/container.git
synced 2026-01-26 17:22:46 +01:00
33d2f0f7afb93ae52346ee438d3ce340173776a4
- Dlmalloc's based C function are boost_cont_xxx no longer exported, but wrapped into C++ linkage dlmalloc_xxx functions to effectively reuse Boost's dynamic library and autolink machinery instead of rewriting machinery to compile the C source file. - Refactored scoped_allocator_adaptor's construct logic as it was shared with polymorphic allocator's one. Moved common logic to detail/dispatch_uses_allocator.hpp. Refactored also scoped_allocator_adaptor test utilities to be reused with polymorphic_allocator tests.
Description
STL-like containers from Boost
Languages
C++
92.1%
C
7.7%
CMake
0.2%