Opened 10 years ago
Closed 10 years ago
#7210 closed Bugs (fixed)
Typo in algorithm/cxx11/is_partitioned.hpp, is_sorted.hpp
| Reported by: | Michel Morin | Owned by: | Marshall Clow |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | algorithm |
| Version: | Boost Development Trunk | Severity: | Cosmetic |
| Keywords: | Cc: |
Description
In boost/algorithm/cxx11/is_partitioned.hpp and is_sorted.hpp,
the comment below contains typo (iota).
// Use the C++11 versions of iota if it is available
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 [79928]) Fixed typos in comments; no functionality; Refs #7210