mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
@@ -1868,7 +1868,7 @@ so don't just springle `noexcept` all over the place.
|
||||
|
||||
**Enforcement**:
|
||||
|
||||
* Flag functions that are not `noexcept`, yet cannot thow
|
||||
* Flag functions that are not `noexcept`, yet cannot throw
|
||||
* Flag throwing `swap`, `move`, destructors, and default constructors.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user