mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
satisfy CI checks
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user