Boost C++ Libraries: Ticket #6789: BOOST_CHECK_EQUAL_COLLECTIONS missing an S in the reference page https://svn.boost.org/trac10/ticket/6789 <p> BOOST_CHECK_EQUAL_COLLECTIONS is missing the S in the references page of the UTF documentation. </p> <p> See: <a href="http://www.boost.org/doc/libs/1_49_0/libs/test/doc/html/utf/testing-tools/reference.html">http://www.boost.org/doc/libs/1_49_0/libs/test/doc/html/utf/testing-tools/reference.html</a> </p> <p> Example usage correctly has the S, while the rest of the page does not (_COLLECTION vs _COLLECTIONS), and results in a compiler error: </p> <pre class="wiki">error C3861: 'BOOST_CHECK_EQUAL_COLLECTION': identifier not found </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6789 Trac 1.4.3 anonymous Wed, 15 Aug 2012 20:10:09 GMT owner, component changed https://svn.boost.org/trac10/ticket/6789#comment:1 https://svn.boost.org/trac10/ticket/6789#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">Gennadiy Rozental</span> </li> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">test</span> </li> </ul> Ticket Gennadiy Rozental Mon, 05 Nov 2012 07:35:17 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6789#comment:2 https://svn.boost.org/trac10/ticket/6789#comment:2 <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> This is fixed in trunk </p> Ticket Torsten@… Sat, 11 Apr 2015 10:55:50 GMT status, version, severity changed; cc set; resolution deleted https://svn.boost.org/trac10/ticket/6789#comment:3 https://svn.boost.org/trac10/ticket/6789#comment:3 <ul> <li><strong>cc</strong> <span class="trac-author">Torsten@…</span> added </li> <li><strong>status</strong> <span class="trac-field-old">closed</span> → <span class="trac-field-new">reopened</span> </li> <li><strong>version</strong> <span class="trac-field-old">Boost 1.49.0</span> → <span class="trac-field-new">Boost 1.57.0</span> </li> <li><strong>resolution</strong> <span class="trac-field-deleted">fixed</span> </li> <li><strong>severity</strong> <span class="trac-field-old">Cosmetic</span> → <span class="trac-field-new">Problem</span> </li> </ul> <p> The current version of the documentation still has this issue: <a href="http://www.boost.org/doc/libs/1_57_0/libs/test/doc/html/utf/testing-tools/reference.html">http://www.boost.org/doc/libs/1_57_0/libs/test/doc/html/utf/testing-tools/reference.html</a> </p> <p> I've raced the severity from cosmetic to problem, because it is a problem if you use the documentation, and search for problems until you find out, that the documentation is wrong. </p> Ticket Gennadiy Rozental Sun, 05 Jul 2015 21:52:10 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6789#comment:4 https://svn.boost.org/trac10/ticket/6789#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">reopened</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed in master. To be release in upcoming release </p> Ticket