Boost C++ Libraries: Ticket #3419: documentation bug in intrusive::list_base_hook https://svn.boost.org/trac10/ticket/3419 <p> 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. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3419 Trac 1.4.3 Ion Gaztañaga Thu, 26 Aug 2010 10:12:24 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/3419#comment:1 https://svn.boost.org/trac10/ticket/3419#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.41.0</span> → <span class="trac-field-new">Boost-1.45.0</span> </li> </ul> <p> Fixed for Boost 1.45 in release branch </p> Ticket