Opened 13 years ago
Last modified 12 years ago
#3740 new Bugs
Documentation error in the MPL Reference manual
| Reported by: | Owned by: | Joel Falcou | |
|---|---|---|---|
| Milestone: | Boost 1.42.0 | Component: | mpl |
| Version: | Boost 1.41.0 | Severity: | Problem |
| Keywords: | mpl doc void | Cc: |
Description
In the MPL Reference Manual, for the miscellaneous data type void_, the synopsis shows a template class called "is_void". The name of the actual class in the boost/mpl/void.hpp header file is "is_void_". The documentation should be corrected.
Change History (3)
comment:1 by , 13 years ago
| Component: | None → mpl |
|---|---|
| Owner: | set to |
comment:2 by , 12 years ago
| Owner: | changed from to |
|---|
comment:3 by , 12 years ago
Note:
See TracTickets
for help on using tickets.

Locally fixed. HTML doc have to be regenerated and commited.