Closed tzaeschke closed 2 years ago
See #61 and #60. The PH-tree works fine with gcc/clang but has several problems when compiled with MSVC. E.g.:
b_plus_tree_hash_map
std::vector
std::unique_ptr
reset()
entry.h
See #61 and #60. The PH-tree works fine with gcc/clang but has several problems when compiled with MSVC. E.g.:
b_plus_tree_hash_map
exposes iterator incompatibility of internalstd::vector
(at runtime!)std::unique_ptr
instead ofreset()
causes a crashentry.h
when not explicitly calling the destructor of moved-from value objects.