Title
Functions in the example facet BoolNames should be const
Status
tc1
Section
[facets.examples]
Submitter
Jeremy Siek

Created on 1999-06-03.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

In [facets.examples] paragraph 13, insert "const" in two places:

string do_truename() const { return "Oui Oui!"; }
string do_falsename() const { return "Mais Non!"; }

Date: 1999-06-03.00:00:00

In [facets.examples] paragraph 13, the do_truename() and do_falsename() functions in the example facet BoolNames should be const. The functions they are overriding in numpunct_byname<char> are const.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg1683
1999-06-03 00:00:00admincreate