Skip to content
Snippets Groups Projects
Commit 45aae438 authored by Carsten Gräser's avatar Carsten Gräser
Browse files

[cleanup] Remove unused allocators

Remove allocator template parameter from the classes
`base_array_unmanaged`, `compressed_base_array_unmanaged`,
`block_vector_unmanaged`, `compressed_block_vector_unmanaged`, and
`CompressedBlockVectorWindow`.
All of these classes do not manage memory on their own.
The provided allocator was only used to deduce `size_type`.
The latter is now provided as template parameter explicitely.

Notice that this (seemigly breaking) change is safe, because
all these classes are clearly marked as implementation details
that should not be used outside of dune-istl.
parent 64f5f518
No related branches found
No related tags found
1 merge request!560[cleanup] Remove unused allocators
Pipeline #69597 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment