Closed tzaeschke closed 2 years ago
The PH-tree works fine with gcc/clang but has several problems when compiled with MSVC, see #60. E.g.:
b_plus_tree_hash_map
std::vector
std::unique_ptr
reset()
The PH-tree works fine with gcc/clang but has several problems when compiled with MSVC, see #60. E.g.:
b_plus_tree_hash_map
exposes iterator incompatibility of internalstd::vector
(at runtime!)std::unique_ptr
instead ofreset()
causes a crash