mirror of
https://github.com/boostorg/container.git
synced 2026-01-19 04:02:17 +00: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
Mirrored via gitea-mirror
Languages
C++
92%
C
7.8%
CMake
0.2%