Opened 14 years ago
Closed 14 years ago
#2591 closed Bugs (fixed)
TypeTraits make_unsigned documentation bug
| Reported by: | Owned by: | John Maddock | |
|---|---|---|---|
| Milestone: | Boost 1.38.0 | Component: | type_traits |
| Version: | Boost 1.37.0 | Severity: | Problem |
| Keywords: | TypeTraits make_unsigned | Cc: |
Description
The documentation examples for TypeTraits' make_unsigned, currently at http://www.boost.org/doc/libs/1_37_0/libs/type_traits/doc/html/boost_typetraits/reference/make_unsigned.html use make_signed rather than make_unsigned.
Change History (2)
comment:1 by , 14 years ago
| Component: | Documentation → type_traits |
|---|---|
| Owner: | changed from to |
comment:2 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [51083]) Fixes #2591. Also fixed formatting issue in alignment_of.qbk. Regenerated docs.