Update README.md [skip ci]

This commit is contained in:
deal 2021-12-29 11:35:29 +08:00 committed by GitHub
parent f8ff6a8481
commit 60d5896cf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@
- Upstream: https://github.com/Tessil/robin-map - Upstream: https://github.com/Tessil/robin-map
- Version: git 0.6.3-84c1bee (101) with modified for more compatible with stl - 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::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 - License: MIT
## stb (stb_image) ## stb (stb_image)