Opened 9 years ago
Last modified 9 years ago
#9028 closed Bugs
Typo in boost/chrono/stopwatches/formatters/base_formatter.hpp — at Initial Version
| Reported by: | Antony Polukhin | Owned by: | viboes |
|---|---|---|---|
| Milestone: | Boost 1.55.0 | Component: | chrono |
| Version: | Boost 1.54.0 | Severity: | Problem |
| Keywords: | Cc: |
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
Note:
See TracTickets
for help on using tickets.
