Opened 12 years ago
Closed 7 years ago
#5193 closed Bugs (fixed)
Document value_type typedef in Boost.Optional synopsis
| Reported by: | Owned by: | akrzemi1 | |
|---|---|---|---|
| Milestone: | Boost 1.61.0 | Component: | optional |
| Version: | Boost 1.45.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
This is useful when developing generic code and I noticed it wasn't there when I looked at optional's synopsis. A documentation bug of omission.
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 7 years ago
| Milestone: | To Be Determined → Boost 1.61.0 |
|---|---|
| Owner: | changed from to |
comment:3 by , 7 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

It's not just value_type. There are several more typedefs that appear to be intended to be part of the public interface but are not documented.