Opened 10 years ago
Closed 10 years ago
#7073 closed Bugs (fixed)
[algorithm] Incorrect documentation for hex
| Reported by: | Owned by: | Marshall Clow | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | algorithm | 
| Version: | Boost 1.50.0 | Severity: | Cosmetic | 
| Keywords: | algorithm hex | Cc: | 
Description
The documentation of the example at: http://www.boost.org/doc/libs/1_50_0/libs/algorithm/doc/html/the_boost_algorithm_library/Misc/hex.html appears to be incorrect.
It has:
hex ( "abcde", out ) --> "616263646566"
Either that should be "abcdef" or remove the 66.
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 [79261]) Refs #7073; will close when merged to release. Thanks for the catch!