Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11878: Locale dependend number formatting doesn't work with MSVC release config
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-12-30 11:18:39
#11878: Locale dependend number formatting doesn't work with MSVC release config
--------------------------------+---------------------
Reporter: octavian.cacina@⦠| Owner: artyom
Type: Bugs | Status: new
Milestone: To Be Determined | Component: locale
Version: Boost 1.60.0 | Severity: Problem
Resolution: | Keywords:
--------------------------------+---------------------
Comment (by octavian.cacina@â¦):
Replying to [comment:7 artyom]:
> Can you please add following lines to code at the end:
My output is:
{{{
d:\SCRATCH\LocaleNumPunct>LocaleNumPunct.exe
std locale 2,14
std locale decimal_point ,
std locale num_put 2,14
boost locale 2.14
boost locale decimal_point ,
boost locale num_put class boost::locale::impl_win::num_format<char>
Has Facet: 1
2.14
}}}
> can you try to use std backed by adding these lines and report the
result
With std backend I get:
{{{
std locale 2,14
std locale decimal_point ,
std locale num_put 2,14
boost locale 2.14
boost locale decimal_point ,
boost locale num_put class boost::locale::util::base_num_format<char>
Has Facet: 1
2.14
}}}
The types seem to be ok.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11878#comment:9> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:19 UTC