[jira] Created: (STDCXX-411) documented money_get example output doesn't match real output

2007-05-12 Thread Mark Brown (JIRA)
documented money_get example output doesn't match real output - Key: STDCXX-411 URL: https://issues.apache.org/jira/browse/STDCXX-411 Project: C++ Standard Library Issue Type: Bug

Re: money_get example output

2007-05-12 Thread Mark Brown
-Original Message- From: [EMAIL PROTECTED] Sent: Fri, 11 May 2007 16:54:37 -0600 To: stdcxx-dev@incubator.apache.org Subject: Re: money_get example output Mark Brown wrote: Hi all, Out of curiosity I tried compiling and running the example from the money_get page with stdcxx

[jira] Assigned: (STDCXX-411) documented money_get example output doesn't match real output

2007-05-12 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-411: --- Assignee: Martin Sebor documented money_get example output doesn't match real output

[jira] Commented: (STDCXX-411) documented money_get example output doesn't match real output

2007-05-12 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495305 ] Martin Sebor commented on STDCXX-411: - See

[jira] Resolved: (STDCXX-411) documented money_get example output doesn't match real output

2007-05-12 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor resolved STDCXX-411. - Resolution: Fixed Fix Version/s: 4.2 The HTML page now matches the example program

RE: svn commit: r537492 - /incubator/stdcxx/trunk/doc/stdlibref/money-get.html

2007-05-12 Thread Mark Brown
Martin, Thanks for fixing it! I have a question about the new code: Could you show an example of an international monetary string that would be correctly parsed by the facet? I tried a few but none of them could be parsed. For instance, USD 1234 gives this output: USD 1234 -- -- 0 The same

Re: svn commit: r537492 - /incubator/stdcxx/trunk/doc/stdlibref/money-get.html

2007-05-12 Thread Martin Sebor
Mark Brown wrote: Martin, Thanks for fixing it! I have a question about the new code: Could you show an example of an international monetary string that would be correctly parsed by the facet? I tried a few but none of them could be parsed. For instance, USD 1234 gives this output: USD 1234

Re: svn commit: r537492 - /incubator/stdcxx/trunk/doc/stdlibref/money-get.html

2007-05-12 Thread Mark Brown
-Original Message- From: [EMAIL PROTECTED] Sent: Sat, 12 May 2007 14:09:34 -0600 To: stdcxx-dev@incubator.apache.org Subject: Re: svn commit: r537492 - /incubator/stdcxx/trunk/doc/stdlibref/money-get.html Mark Brown wrote: Martin, Thanks for fixing it! I have a question about

Re: svn commit: r537492 - /incubator/stdcxx/trunk/doc/stdlibref/money-get.html

2007-05-12 Thread Martin Sebor
Mark Brown wrote: -Original Message- From: [EMAIL PROTECTED] Sent: Sat, 12 May 2007 14:09:34 -0600 To: stdcxx-dev@incubator.apache.org Subject: Re: svn commit: r537492 - /incubator/stdcxx/trunk/doc/stdlibref/money-get.html Mark Brown wrote: Martin, Thanks for fixing it! I have a

[jira] Updated: (STDCXX-413) 22.locale.money.get.cpp doesn't test international monetary formats

2007-05-12 Thread Mark Brown (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Brown updated STDCXX-413: -- Component/s: Tests Description: The test 22.locale.money.get.cpp doesn't exercise

[jira] Updated: (STDCXX-412) money_get fails to parse currency in international format

2007-05-12 Thread Mark Brown (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Brown updated STDCXX-412: -- Summary: money_get fails to parse currency in international format (was: num_get fails to parse

Re: svn commit: r537492 - /incubator/stdcxx/trunk/doc/stdlibref/money-get.html

2007-05-12 Thread Mark Brown
Okay, after some initial technical difficulties (sorry about the messed up submissions) I opened two issues: 22.locale.money.get.cpp doesn't test international monetary formats (https://issues.apache.org/jira/browse/STDCXX-413) and money_get fails to parse currency in international format