mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
E.14 an->a is->are fixes
This commit is contained in:
committed by
Jonathan Wakely
parent
2cedd99f32
commit
69d48f76c7
@@ -15245,7 +15245,7 @@ The standard-library classes derived from `exception` should be used only as bas
|
|||||||
|
|
||||||
##### Enforcement
|
##### Enforcement
|
||||||
|
|
||||||
Catch `throw` and `catch` of a built-in type. Maybe warn about `throw` and `catch` using an standard-library `exception` type. Obviously, exceptions derived from the `std::exception` hierarchy is fine.
|
Catch `throw` and `catch` of a built-in type. Maybe warn about `throw` and `catch` using a standard-library `exception` type. Obviously, exceptions derived from the `std::exception` hierarchy are fine.
|
||||||
|
|
||||||
### <a name="Re-exception-ref"></a>E.15: Catch exceptions from a hierarchy by reference
|
### <a name="Re-exception-ref"></a>E.15: Catch exceptions from a hierarchy by reference
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user