mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
E.14 an->a is->are fixes
This commit is contained in:
parent
2cedd99f32
commit
69d48f76c7
|
@ -15245,7 +15245,7 @@ The standard-library classes derived from `exception` should be used only as bas
|
|||
|
||||
##### 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user