Merge pull request #221 from david-mitchell/patch-9

Fix typo.
This commit is contained in:
Gabriel Dos Reis 2015-09-29 17:43:43 -07:00
commit 812fb8f314

View File

@ -2899,7 +2899,7 @@ However, a programmer can disable or replace these defaults.
Named_map nm; // default construct
Named_map nm2 {nm}; // copy construct
Since `std::map` and `string` have all the special functions, not further work is needed.
Since `std::map` and `string` have all the special functions, no further work is needed.
**Note**: This is known as "the rule of zero".