Opened 9 years ago

Closed 9 years ago

#9028 closed Bugs (fixed)

Typo in boost/chrono/stopwatches/formatters/base_formatter.hpp

Reported by: Antony Polukhin Owned by: viboes
Milestone: Boost 1.55.0 Component: chrono
Version: Boost 1.54.0 Severity: Problem
Keywords: Cc:

Description (last modified by Antony Polukhin)

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

Change History (4)

comment:1 by Antony Polukhin, 9 years ago

Description: modified (diff)

comment:2 by viboes, 9 years ago

Status: newassigned

You are right.

comment:3 by viboes, 9 years ago

Milestone: To Be DeterminedBoost 1.55.0

Committed revision [85422].

Last edited 9 years ago by viboes (previous) (diff)

comment:4 by viboes, 9 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.