mirror of
https://github.com/boostorg/container.git
synced 2026-01-19 16:12:16 +00:00
Remove unnecessary clear() for heterogeneous "extract" testing
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user