From b4c7a802590feffa4e4ef0ed9530547b16bf98c1 Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylov@users.noreply.github.com> Date: Thu, 25 Feb 2021 21:11:06 +0100 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69e35453..ad71f079 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ Note that some map method arguments are different between STC maps and c++ STL: | insert(Key, Mapped) | insert(Value) | | emplace(RawKey, RawMapped) | emplace(Key, Mapped) | | insert_or_assign(Key, Mapped) | insert_or_assign(Key, Mapped) | -| emplace_or_assign(RawKey, RawMapped) | | +| emplace_or_assign(RawKey, RawMapped) | N/A | Memory efficiency ----------------- -- cgit v1.2.3