summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-02-25 21:11:06 +0100
committerGitHub <[email protected]>2021-02-25 21:11:06 +0100
commitb4c7a802590feffa4e4ef0ed9530547b16bf98c1 (patch)
treec9cab432e9618e301fd7711e22925225d2e800ca
parent6181029fdadc8f5bcfca975ac4e37ae8262184f7 (diff)
downloadSTC-modified-b4c7a802590feffa4e4ef0ed9530547b16bf98c1.tar.gz
STC-modified-b4c7a802590feffa4e4ef0ed9530547b16bf98c1.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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) | <not available> |
+| emplace_or_assign(RawKey, RawMapped) | N/A |
Memory efficiency
-----------------