-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add clamp/erase/erase_if algorithms to bsl (#3743)
* Add bsl::clamp for pre-c++17 systems * add bsl::erase/erase_if for the sequence containers (vector, deque, list) * fix typo & include <functional> * add 'bsl::' to uses of iterator_traits * fix another dumb SunOS typo * fix YET another dumb SunOS typo * Add missing 'inline' * add erase_if to map/unordered_map * Add 'erase_if' to all the sets * Regen 03 files * Reowrk AlgorithmUtil - change name, put it into namespace bslstl * Reformat some loops; NFCI * Add a class banner and a few 'inline's * One more inline
- Loading branch information
Marshall Clow
authored and
GitHub Enterprise
committed
Jun 30, 2022
1 parent
1592340
commit d200f0f
Showing
37 changed files
with
1,534 additions
and
23 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
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
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
Oops, something went wrong.