Re: [Boost-bugs] [Boost C++ Libraries] #2710: Missing/faulty documentation for date_period::expand

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2710: Missing/faulty documentation for date_period::expand
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-02-02 11:14:09


#2710: Missing/faulty documentation for date_period::expand
---------------------------+------------------------------------------------
  Reporter: anonymous | Owner: az_sw_dude
      Type: Bugs | Status: new
 Milestone: Boost 1.38.0 | Component: date_time
   Version: Boost 1.37.0 | Severity: Problem
Resolution: | Keywords:
---------------------------+------------------------------------------------

Comment(by anonymous):

 {{{expand}}} is documented further down like this:

 {{{
 date_period expand(days)


 Subtract duration from begin and add duration to end.

 date_period dp1(date(2002,Jan,4),
                 date(2002,Jan,10));
 dp1.expand(days(2));
 // 2002-Jan-02/2002-Jan-12
 }}}

 The one I have a problem with is sorted under the "Mutators" header. It
 could probably have the same documentation.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2710#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:49:59 UTC