Created on 2000-11-02.00:00:00 last changed 171 months ago
Proposed resolution:
In [facet.num.get.members], change
iter_type get(iter_type in, iter_type end, ios_base& str, ios_base::iostate& err, short& val) const;
to
iter_type get(iter_type in, iter_type end, ios_base& str, ios_base::iostate& err, float& val) const;
In 22.2.2.1.1, we have a list of overloads for num_get<>::get(). There are eight overloads, all of which are identical except for the last parameter. The overloads are:
There is a similar list, in 22.2.2.1.2, of overloads for num_get<>::do_get(). In this list, the last parameter has the types:
These two lists are not identical. They should be, since get is supposed to call do_get with exactly the arguments it was given.
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-10-21 18:28:33 | admin | set | messages: + msg2080 |
2000-11-02 00:00:00 | admin | create |