Merge pull request #72 from AlexeyDmitriev/patch-1

Fixed typo
This commit is contained in:
Gabriel Dos Reis 2015-09-22 06:46:57 -07:00
commit dfc1a4d4d5

View File

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