Issue Details (XML | Word | Printable)

Key: STDCXX-767
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Martin Sebor
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library

[LWG #836] LVS _222612Y41 errors on std::money_get extracting space

Created: 15/Mar/08 11:59 PM   Updated: 20/May/08 06:50 PM
Return to search
Component/s: 22. Localization
Affects Version/s: 4.1.2, 4.1.3, 4.1.4, 4.2.0, 4.2.1
Fix Version/s: 4.3.0

Time Tracking:
Original Estimate: 2h
Original Estimate - 2h
Remaining Estimate: 2h
Remaining Estimate - 2h
Time Spent: Not Specified
Remaining Estimate - 2h

Severity: Incorrect Behavior


 Description  « Hide
The Plum Hall test lvs07a/conform/t228.dir/_222612Y41.cpp that exercises the std::money_get facet fails at runtime with the following errors:
$ ./_222612Y41
***** Reached first test *****
ERROR in _222612Y41.cpp at line 85: "" != "-12345678901234"
ERROR in _222612Y41.cpp at line 88: (49) != (121)
#FAILED:  _222612Y41 (><)
***** 4 individual successful items in _222612Y41 *****
***** 0 successful test cases in _222612Y41 *****
***** 1 error detected in _222612Y41 *****
***** 0 skipped sections in _222612Y41 *****

The expects whitespace to be optional where the money_base::space specifier appears in the pattern format.

According to [locale.money.get.virtuals] para. 2:

Where space or none appears in the format pattern, except at the end,
optional white space (as recognized by ct.is) is consumed after any
required space.

We interpret this to mean that:

  • where money_base::space appears in the format at least one space is required, and
  • where money_base::none appears space is allowed but not required

but other interpretations may be plausible. Clearly Plum Hall must read it differently. Seems like an issue in the standard. I've posted a question to c++std-lib@accu.org to get a clarification.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Martin Sebor added a comment - 20/May/08 06:48 PM
This will be issue 836 in the upcoming committee mailing.

Martin Sebor added a comment - 20/May/08 06:50 PM
Scheduled for 4.3 assuming there's support for the resolution proposed in issue 836 (if so, we'll be able to close the issue then).