Opened 13 years ago
Closed 12 years ago
#3419 closed Tasks (fixed)
documentation bug in intrusive::list_base_hook
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | Boost 1.45.0 | Component: | intrusive |
Version: | Boost 1.40.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
The documentation for list_base_hook generated by doxygen tells about private member functions (e.g. is_linked). These functions aren't private. It can be fixed by inserting a "public:" at the proper place in intrusive/list_hook.hpp. Aparently the list_base_hook definition in this file is only for generating the documentation. Other classes (e.g. list_member_hook) have the same problem.
Change History (1)
comment:1 by , 12 years ago
Milestone: | Boost 1.41.0 → Boost-1.45.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed for Boost 1.45 in release branch