Re: [Boost-bugs] [Boost C++ Libraries] #9028: Typo in boost/chrono/stopwatches/formatters/base_formatter.hpp

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9028: Typo in boost/chrono/stopwatches/formatters/base_formatter.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-08-21 13:40:28


#9028: Typo in boost/chrono/stopwatches/formatters/base_formatter.hpp
-------------------------------+---------------------
  Reporter: apolukhin | Owner: viboes
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: chrono
   Version: Boost 1.54.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+---------------------
Description changed by apolukhin:

Old description:

> Take a look at the line 49:
>
> {{{
> void set_duration_style(duration_style style)
> {
> duration_style_ == style;
> }
> }}}
>
> Looks like it must be `duration_style_ == style`

New description:

 Take a look at the line 49:

 {{{
       void set_duration_style(duration_style style)
       {
         duration_style_ == style;
       }
 }}}

 Looks like it must be `duration_style_ = style`

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