Opened 15 years ago
Closed 15 years ago
#1008 closed Bugs (fixed)
Undocumented type traits.
Reported by: | René Rivera | Owned by: | John Maddock |
---|---|---|---|
Milestone: | Component: | type_traits | |
Version: | Boost 1.34.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
There seem to be a good number of type traits that are not documented in 1.34.0. I realize that they are documented with TR1, but not having the docs in the Boost release makes it look sloppy.
Change History (4)
comment:1 by , 15 years ago
Version: | Boost.Jam 3.1.14 → release 1.34.0 |
---|
comment:2 by , 15 years ago
comment:3 by , 15 years ago
Doing a check against the type_traits header synopsis of the TR1 draft and the TOC for the Boost type_traits I see the following missing from the latter:
is_signed
is_unsigned
Yet they are implemented :-)
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Indeed they are, "decay" was missing as well.
Now all documented in SVN trunk.
Thanks for the report, let me know if you find anything else.
Note:
See TracTickets
for help on using tickets.
What traits? All the TR1 traits should be documented in the type_traits docs.