Closed stotko closed 1 year ago
Patch coverage: 100.00
% and project coverage change: -0.03
:warning:
Comparison is base (
96bab15
) 97.29% compared to head (1e79021
) 97.27%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
In #251, new allocator-based overloads to the create/destroy
memory
functions have been added to support custom allocators throughout all containers of the library. Sinceallocator_traits
has been extended and adopted by the containers, these older functions are not used anymore and primarily only point toallocator_traits
anyways. Drop them to streamline thememory
API and reduce the maintenance burden.