This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of TC1 status.

18. Get(...bool&) omitted

Section: 30.4.3.2.2 [facet.num.get.members] Status: TC1 Submitter: Nathan Myers Opened: 1998-08-06 Last modified: 2016-08-09

Priority: Not Prioritized

View all other issues in [facet.num.get.members].

View all issues with TC1 status.

Discussion:

In the list of num_get<> non-virtual members on page 22-23, the member that parses bool values was omitted from the list of definitions of non-virtual members, though it is listed in the class definition and the corresponding virtual is listed everywhere appropriate.

Proposed resolution:

Add at the beginning of 30.4.3.2.2 [facet.num.get.members] another get member for bool&, copied from the entry in 30.4.3.2 [locale.num.get].