[Boost-bugs] [Boost C++ Libraries] #12550: output operator for multiprecision cpp_dec_float does not recognise locale settings for decimal point

Subject: [Boost-bugs] [Boost C++ Libraries] #12550: output operator for multiprecision cpp_dec_float does not recognise locale settings for decimal point
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-10-25 14:21:06


#12550: output operator for multiprecision cpp_dec_float does not recognise locale
settings for decimal point
------------------------------------------------+--------------------------
 Reporter: Rüdiger Brünner <rbruenner@…> | Owner: johnmaddock
     Type: Bugs | Status: new
Milestone: To Be Determined | Component:
  Version: Boost 1.62.0 | multiprecision
 Keywords: cpp_dec_float locale decimal point | Severity: Problem
------------------------------------------------+--------------------------
 A cpp_dec_float_50 variable being transformed to a string will always
 contain a decimal *point* - independent of the locale used for the stream.

 The reason is that all branches in format_float_string (number_base.hpp,
 line 806) append a decimal point. The function might need an additional
 parameter for the actual decimal separator in use.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12550>
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:20 UTC