satisfy CI checks

This commit is contained in:
Sergey Zubkov
2021-11-05 14:41:32 -04:00
parent 6ed82c8b7b
commit 4a51d9f129

View File

@@ -16119,9 +16119,8 @@ To rethrow a caught exception use `throw;` not `throw e;`. Using `throw e;` woul
##### Enforcement
- Flag catching by value of a type that has a virtual function.
- Flag throwing raw pointers.
* Flag catching by value of a type that has a virtual function.
* Flag throwing raw pointers.
### <a name="Re-never-fail"></a>E.16: Destructors, deallocation, and `swap` must never fail