-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There're still two occurrences of try-catch-reraise in `_Insert_counted_range`, which don't seem able to be replaced by scope guards if we want to keep the current behavior. It seems that no more `_RERAISE;` in other headers can be replaced with scope guards. Drive-by: strengthening exception specification for - `allocator<T>::deallocate`, - `allocator_traits<allocator<T>>::deallocate`, and - `vector<T, A>::_Change_array`.
- Loading branch information
1 parent
1e312b3
commit 3a167a2
Showing
2 changed files
with
86 additions
and
59 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