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.
imbue()
descriptionSection: 31.5.2.4 [ios.base.locales] Status: TC1 Submitter: Dietmar Kühl Opened: 1999-07-20 Last modified: 2016-01-28
Priority: Not Prioritized
View all other issues in [ios.base.locales].
View all issues with TC1 status.
Discussion:
There is a small discrepancy between the declarations of
imbue()
: in 31.5.2 [ios.base] the argument is passed as
locale const&
(correct), in 31.5.2.4 [ios.base.locales] it
is passed as locale const
(wrong).
Proposed resolution:
In 31.5.2.4 [ios.base.locales] change the imbue
argument
from "locale const" to "locale
const&".