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: milleniumbug <wojas1222@…> 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 Michel Morin, 6 years ago

Component: Documentationalgorithm
Owner: changed from Matias Capeletto to Marshall Clow

comment:2 by Marshall Clow, 6 years ago

Fixed in develop with commit d7573b6; will merge to master soon.

Note: See TracTickets for help on using tickets.