Opened 6 years ago
Last modified 6 years ago
#12163 new Bugs
`void boost::algorithm::replace_all()`'s documentation describes the return value
Reported by: | Owned by: | Marshall Clow | |
---|---|---|---|
Milestone: | To Be Determined | Component: | algorithm |
Version: | Boost 1.60.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
http://www.boost.org/doc/libs/1_60_0/doc/html/boost/algorithm/replace_all.html
The synopsis says the return value with:
Returns: A reference to the modified input
although the return value is void
Change History (2)
comment:1 by , 6 years ago
Component: | Documentation → algorithm |
---|---|
Owner: | changed from | to
comment:2 by , 6 years ago
Note:
See TracTickets
for help on using tickets.
Fixed in develop with commit d7573b6; will merge to master soon.