Re: [Boost-bugs] [Boost C++ Libraries] #3089: wostream not supported by units library

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3089: wostream not supported by units library
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-06-02 17:38:01


#3089: wostream not supported by units library
---------------------------------------+------------------------------------
  Reporter: daniel.macumber_at_[hidden] | Owner: steven_watanabe
      Type: Feature Requests | Status: reopened
 Milestone: Boost 1.40.0 | Component: units
   Version: Boost 1.39.0 | Severity: Problem
Resolution: | Keywords:
---------------------------------------+------------------------------------
Changes (by daniel.macumber_at_[hidden]):

  * status: closed => reopened
  * resolution: fixed =>

Comment:

 This patch worked but did not cover output of absolute types to wostream.
 In absolute.hpp we need to add something similar to:

 template<class Y>
 std::wostream& operator<<(std::wostream& os,const absolute<Y>& aval)
 {

     os << L"absolute " << aval.value();

     return os;
 }

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3089#comment:3>
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:00 UTC