Skip to content

Commit

Permalink
Merge pull request #436 from ezhikus/patch-1
Browse files Browse the repository at this point in the history
Update FAQ.md
  • Loading branch information
liam-mitchell authored Nov 19, 2021
2 parents 432eedd + 3c8092f commit d3e2466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ EASTL additions/amendments to std STL
* vector and string have set_capacity().
* string has sprintf(), append_sprintf(), trim(), compare_i(), make_lower(), make_upper().
* deque allows you to specify the subarray size.
* list has a push_back(void) and push_back(void) function.
* list has a push_front(void) and push_back(void) function.
* hash_map, hash_set, etc. have find_as().

EASTL coverage of TR1 (tr1 refers to proposed additions for the next C++ standard library, ~2008)
Expand Down

0 comments on commit d3e2466

Please sign in to comment.