Opened 9 years ago
Closed 9 years ago
#8785 closed Bugs (fixed)
Typo in documentation for common_type
Reported by: | Owned by: | viboes | |
---|---|---|---|
Milestone: | To Be Determined | Component: | type_traits |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
In the documentation for common_type, http://www.boost.org/doc/libs/1_54_0/libs/type_traits/doc/html/boost_typetraits/examples/improved_min.html
I believe:
template <class T, class U> typename common_type<T, U>::type min(T t, T u)
should be:
template <class T, class U> typename common_type<T, U>::type min(T t, U u)
Change History (4)
comment:1 by , 9 years ago
Component: | Documentation → utility |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 9 years ago
Component: | utility → type_traits |
---|
comment:3 by , 9 years ago
comment:4 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [86458]) TypeTraits/common_type fix typo. fix #8785.
Note:
See TracTickets
for help on using tickets.
Committed revision [86457].