Boost C++ Libraries: Ticket #4339: Minor documentation bug https://svn.boost.org/trac10/ticket/4339 <p> I spent quite a lot of time debugging a compile error resulting from the following misunderstanding (on my part): </p> <p> The fusion Random Access Sequence (and *Iterator) concept's documentation states that std::pair('s iterator) is a model of it. However, this is only true after including the adapted std_pair.hpp headers. </p> <p> It would have saved me hours of decrypting the error message if there was a footnote or something similar on these pages pointing to the adapted std::pair page (<a href="http://www.boost.org/doc/libs/1_43_0/libs/fusion/doc/html/fusion/adapted/std__pair.html">http://www.boost.org/doc/libs/1_43_0/libs/fusion/doc/html/fusion/adapted/std__pair.html</a>) </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4339 Trac 1.4.3 Joel de Guzman Sun, 13 Jun 2010 13:07:39 GMT <link>https://svn.boost.org/trac10/ticket/4339#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4339#comment:1</guid> <description> <p> Understood. Well, patch always welcome. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Steven Watanabe</dc:creator> <pubDate>Sun, 13 Jun 2010 13:30:34 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/4339#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4339#comment:2</guid> <description> <p> All the elements in the bulleted list are links. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Steven Watanabe</dc:creator> <pubDate>Tue, 22 Jun 2010 04:24:39 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/4339#comment:3 https://svn.boost.org/trac10/ticket/4339#comment:3 <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> </ul> <p> Some recent changes to the CSS cause the links to be formatted as links instead of as code, so they're not quite as easy to overlook. </p> Ticket Daniel James Tue, 22 Jun 2010 07:28:11 GMT status, component changed; resolution deleted https://svn.boost.org/trac10/ticket/4339#comment:4 https://svn.boost.org/trac10/ticket/4339#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">closed</span> → <span class="trac-field-new">reopened</span> </li> <li><strong>resolution</strong> <span class="trac-field-deleted">fixed</span> </li> <li><strong>component</strong> <span class="trac-field-old">fusion</span> → <span class="trac-field-new">website</span> </li> </ul> <p> I'll look into backdating the CSS change on the website. </p> Ticket Daniel James Tue, 22 Jun 2010 07:28:44 GMT owner, status changed https://svn.boost.org/trac10/ticket/4339#comment:5 https://svn.boost.org/trac10/ticket/4339#comment:5 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Joel de Guzman</span> to <span class="trac-author">Daniel James</span> </li> <li><strong>status</strong> <span class="trac-field-old">reopened</span> → <span class="trac-field-new">new</span> </li> </ul> Ticket Daniel James Tue, 22 Jun 2010 07:29:44 GMT status changed https://svn.boost.org/trac10/ticket/4339#comment:6 https://svn.boost.org/trac10/ticket/4339#comment:6 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> Sorry about the noise, the new version of trac's a bit different. </p> Ticket Daniel James Sat, 10 Jul 2010 15:40:17 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4339#comment:7 https://svn.boost.org/trac10/ticket/4339#comment:7 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> I've done that on beta, will go live soon (probably at the same time as 1.44): </p> <p> <a class="ext-link" href="http://beta.boost.org/doc/libs/1_43_0/libs/fusion/doc/html/fusion/adapted/std__pair.html"><span class="icon">​</span>http://beta.boost.org/doc/libs/1_43_0/libs/fusion/doc/html/fusion/adapted/std__pair.html</a> </p> Ticket