Opened 10 years ago
Closed 10 years ago
#7083 closed Bugs (fixed)
Docs typos
Reported by: | Owned by: | Marshall Clow | |
---|---|---|---|
Milestone: | To Be Determined | Component: | string_algo |
Version: | Boost 1.51.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
boost\algorithm\string\iter_find.hpp:
\param Result A 'container container' to container the result of search.
to contain
(each element of such a vector will container a range delimiting
will contain
A reference the result
to the result
Change History (2)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [79284]) Fixed errors in the doxygen comments. Refs #7083; will close when merged to release. Thanks to Olaf for the catch!