Forked from
Core Modules / dune-common
4679 commits behind, 135 commits ahead of the upstream repository.
-
Markus Blatt authored
The last patch missed a change in the comparison operators. Allocators compare as equal if memory allocated with one can be deallocate with the other. With this allocators compare equal only if they are share the same address. Cherry-pick from branch eature/FS1429-shared-lib-fixes where it ended up by accident. (cherry picked from commit c00b2acc) Signed-off-by:
Markus Blatt <markus@dr-blatt.de>
Markus Blatt authoredThe last patch missed a change in the comparison operators. Allocators compare as equal if memory allocated with one can be deallocate with the other. With this allocators compare equal only if they are share the same address. Cherry-pick from branch eature/FS1429-shared-lib-fixes where it ended up by accident. (cherry picked from commit c00b2acc) Signed-off-by:
Markus Blatt <markus@dr-blatt.de>
poolallocator.hh 14.43 KiB