From 60d5896cf24ca97df37a52093e986b6037fdf989 Mon Sep 17 00:00:00 2001 From: deal Date: Wed, 29 Dec 2021 11:35:29 +0800 Subject: [PATCH] Update README.md [skip ci] --- thirdparty/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/README.md b/thirdparty/README.md index d8d26abfec..b9b82b7b0b 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -185,7 +185,7 @@ - Upstream: https://github.com/Tessil/robin-map - Version: git 0.6.3-84c1bee (101) with modified for more compatible with stl - Modify `robin_map::iterator->second` to mutable same with `stl map/unordered_map` - - Modify `robin_map::operator[]` key forward by `std::forward` same with `stl map/unordered_map` + - Forward `robin_map::operator[]` key by `std::forward` same with `stl map/unordered_map` - License: MIT ## stb (stb_image)