mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-30 09:00:38 +08:00
added insert_single API (issue #122)
This commit is contained in:
@@ -68,7 +68,7 @@ TEST(THIS_TEST_NAME, ThreadSafeContains) {
|
||||
|
||||
{
|
||||
// --------------------
|
||||
// test lazy__emplace_l
|
||||
// test lazy_emplace_l
|
||||
// --------------------
|
||||
Map m = { {1, 7}, {2, 9} };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user