added insert_single API (issue #122)

This commit is contained in:
greg
2022-01-13 21:35:52 -05:00
parent f025a39534
commit eaf6471e84
4 changed files with 70 additions and 16 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ TEST(THIS_TEST_NAME, ThreadSafeContains) {
{
// --------------------
// test lazy__emplace_l
// test lazy_emplace_l
// --------------------
Map m = { {1, 7}, {2, 9} };