-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: This is useful when writing generic code that handles containers. Some examples: - std::unordered_map provides reserve(), but std::map does not - std::vector provides reserve(), but std::deque and std::list do not Reviewed By: yfeldblum Differential Revision: D57718859 fbshipit-source-id: 9cb146b2950746e416c938b0cc6484715f58bb69
- Loading branch information
1 parent
2e2e7fe
commit 945a193
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters