Opened 10 years ago

Closed 10 years ago

#7073 closed Bugs (fixed)

[algorithm] Incorrect documentation for hex

Reported by: boost@… 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 Marshall Clow, 10 years ago

(In [79261]) Refs #7073; will close when merged to release. Thanks for the catch!

comment:2 by Marshall Clow, 10 years ago

Resolution: fixed
Status: newclosed

(In [79264]) Merge doc changes to release; fixes #7073

Note: See TracTickets for help on using tickets.