mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
fix typo
This commit is contained in:
parent
a786c4aa1f
commit
c32a12b47a
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user