E.14 an->a is->are fixes

This commit is contained in:
Ian Hattendorf 2018-04-17 21:50:11 -07:00 committed by Jonathan Wakely
parent 2cedd99f32
commit 69d48f76c7

View File

@ -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