Re: [Boost-bugs] [Boost C++ Libraries] #3126: boost::format in debug build is no longer able to format time_duration with hours >= 100, as of svn rev 49874

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3126: boost::format in debug build is no longer able to format time_duration with hours >= 100, as of svn rev 49874
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-11-14 22:35:48


#3126: boost::format in debug build is no longer able to format time_duration with
hours >= 100, as of svn rev 49874
---------------------------+------------------------------------------------
  Reporter: mbd@… | Owner: samuel_krempp
      Type: Bugs | Status: closed
 Milestone: Boost 1.40.0 | Component: date_time
   Version: Boost 1.38.0 | Severity: Not Applicable
Resolution: invalid | Keywords: format time_duration
---------------------------+------------------------------------------------
Changes (by samuel_krempp):

 * cc: Samuel.Krempp@… (added)
  * resolution: => invalid
  * status: new => closed
  * component: format => date_time
  * severity: Problem => Not Applicable

Comment:

 boost::format only forwards to iostream without any specific handling, the
 issue is thus about date_time's output operators - or that behavious is
 intended.

 If you do not specify the desired formatting through the locale (see
 http://www.boost.org/doc/libs/1_40_0/doc/html/date_time/date_time_io.html)
 and set boost::format to use it, then boost::format simply use default
 locale.

 I am not familiar with boost::date_time but assumes the assertion in the
 attached case is intended.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3126#comment:1>
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:01 UTC