Opened 8 years ago
Closed 4 years ago
#10153 closed Bugs (fixed)
stray semicolon in example code for Assign operator +=
| Reported by: | Owned by: | James E. King, III | |
|---|---|---|---|
| Milestone: | Boost 1.69 | Component: | assign |
| Version: | Boost 1.55.0 | Severity: | Cosmetic |
| Keywords: | Cc: |
Description
In the documentation for Assign, at http://www.boost.org/doc/libs/1_55_0b1/libs/assign/doc/index.html#operator+=
At the end of the second include line, a stray semicolon is present "#include <boost/assert.hpp>;". This throws an error.
Fix: Simply remove the semicolon
Change History (2)
comment:1 by , 4 years ago
| Owner: | changed from to |
|---|
comment:2 by , 4 years ago
| Milestone: | To Be Determined → Boost 1.69 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
