This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of CD1 status.
268. Typo in locale synopsisSection: 28.3.3.1 [locale] Status: CD1 Submitter: Martin Sebor Opened: 2000-10-05 Last modified: 2016-01-28
Priority: Not Prioritized
View all other issues in [locale].
View all issues with CD1 status.
Discussion:
The synopsis of the class std::locale in 22.1.1 contains two typos: the semicolons after the declarations of the default ctor locale::locale() and the copy ctor locale::locale(const locale&) are missing.
Proposed resolution:
Add the missing semicolons, i.e., change
// construct/copy/destroy: locale() throw() locale(const locale& other) throw()
in the synopsis in 22.1.1 to
// construct/copy/destroy: locale() throw(); locale(const locale& other) throw();
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4