Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
4679 commits behind, 135 commits ahead of the upstream repository.
  • Markus Blatt's avatar
    88e63cd8
    [bugfix] Fixes comparison operators. · 88e63cd8
    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: default avatarMarkus Blatt <markus@dr-blatt.de>
    88e63cd8
    History
    [bugfix] Fixes comparison operators.
    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: default avatarMarkus Blatt <markus@dr-blatt.de>
poolallocator.hh 14.43 KiB