forked from isocpp/CppCoreGuidelines
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
E.14 exception type examples for isocpp#1852 (isocpp#1857)
* E.14 * clean-up * add final * Added words to dictionary * cleanup * fix typo * Update CppCoreGuidelines.md
- Loading branch information
Showing
2 changed files
with
34 additions
and
56 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -343,6 +343,8 @@ Murray93 | |
mutex | ||
mutexes | ||
mx | ||
MyCustomError | ||
MyException | ||
myMap | ||
MyMap | ||
myset | ||
|