Opened 9 years ago

Last modified 9 years ago

#9028 closed Bugs

Typo in boost/chrono/stopwatches/formatters/base_formatter.hpp — at Version 1

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 (1)

comment:1 by Antony Polukhin, 9 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.