Opened 9 years ago
Closed 9 years ago
#9475 closed Tasks (fixed)
mistyping on the online boost reference
Reported by: | anonymous | Owned by: | John Maddock |
---|---|---|---|
Milestone: | To Be Determined | Component: | type_traits |
Version: | Boost 1.55.0 | Severity: | Cosmetic |
Keywords: | mistyping | Cc: | anonymous |
Description
hey there
on the webside: http://www.boost.org/doc/libs/1_55_0/libs/type_traits/doc/html/boost_typetraits/examples/improved_min.html the rhs parameter of the min-function should have the type U:
min(T t, U u)
otherwise the second code shown down below on that website won't compile without explicit template arguments ;) .
greetings from switzerland and sorry therefore for my bad english.
Note:
See TracTickets
for help on using tickets.
Fixed in develop, thanks!