Boost C++ Libraries: Ticket #4923: Missing semicolon in documentation example https://svn.boost.org/trac10/ticket/4923 <p> The code example given in the Boost docs at {BOOST_ORG}/doc/libs/1_45_0/libs/test/doc/html/utf/user-guide/test-organization/auto-test-case-template.html </p> <p> is missing a semicolon at the end of this line: </p> <blockquote> <p> BOOST_CHECK_EQUAL( sizeof(T), (unsigned)4 ) </p> </blockquote> <p> (had to obfuscate the url to pass your spam checkers) </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4923 Trac 1.4.3 Steven Watanabe Thu, 09 Dec 2010 16:51:19 GMT owner, component changed https://svn.boost.org/trac10/ticket/4923#comment:1 https://svn.boost.org/trac10/ticket/4923#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 Steven Watanabe Thu, 09 Dec 2010 17:08:41 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4923#comment:2 https://svn.boost.org/trac10/ticket/4923#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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/67134" title="Fix a few doc typos. Fixes #4923. Fixes #4924.">[67134]</a>) Fix a few doc typos. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4923" title="#4923: Bugs: Missing semicolon in documentation example (closed: fixed)">#4923</a>. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4924" title="#4924: Patches: Minor typo in Boost::Test docs (closed: fixed)">#4924</a>. </p> Ticket Raffi Enficiaud Tue, 07 Jul 2015 08:17:40 GMT milestone changed https://svn.boost.org/trac10/ticket/4923#comment:3 https://svn.boost.org/trac10/ticket/4923#comment:3 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.59.0</span> </li> </ul> Ticket