Boost C++ Libraries: Ticket #6355: Typo at static assert documentation https://svn.boost.org/trac10/ticket/6355 <p> I noticed typo at page <a href="http://www.boost.org/doc/libs/1_48_0/doc/html/boost_staticassert.html">http://www.boost.org/doc/libs/1_48_0/doc/html/boost_staticassert.html</a>. </p> <p> Find next string: "the error message with be a stringized version of x" </p> <p> There "with be" must be replaced by "will be". </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6355 Trac 1.4.3 anonymous Wed, 15 Aug 2012 20:13:36 GMT owner, component changed https://svn.boost.org/trac10/ticket/6355#comment:1 https://svn.boost.org/trac10/ticket/6355#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">John Maddock</span> </li> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">static_assert</span> </li> </ul> Ticket John Maddock Thu, 16 Aug 2012 08:15:01 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6355#comment:2 https://svn.boost.org/trac10/ticket/6355#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/80059" title="Fix doc typo. Fixes #6355.">[80059]</a>) Fix doc typo. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6355" title="#6355: Bugs: Typo at static assert documentation (closed: fixed)">#6355</a>. </p> Ticket