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 )
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 , 9 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 9 years ago
| Status: | new → assigned |
|---|
comment:4 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

You are right.