Remove unnecessary clear() for heterogeneous "extract" testing

This commit is contained in:
Ion Gaztañaga
2025-11-09 21:15:02 +01:00
parent 16e890ca48
commit 3a881a9e0b

View File

@@ -200,9 +200,7 @@ bool node_type_test()
mmap_t mmap1;
//extract
map1.clear();
map1.try_emplace(1, 'a');
mmap1.clear();
mmap1.emplace(1, 'a');
mmap1.emplace(1, 'b');