Boost C++ Libraries: Ticket #8271: [type_erasure] Minor comment/doc typos https://svn.boost.org/trac10/ticket/8271 <div class="wiki-code"> <div class="diff"> <ul class="entries"> <li class="entry"> <h2> <a>boost/type_erasure/deduced.hpp</a> </h2> <table class="trac-diff inline" cellspacing="0"> <colgroup> <col class="lineno"/><col class="lineno"/><col class="content"/> </colgroup> <thead> <tr> <th title="File boost/type_erasure/deduced.hpp (revision 83392)"> </th> <th title="File boost/type_erasure/deduced.hpp (working copy)"> </th> <td> <em></em> &nbsp; </td> </tr> </thead> <tbody class="mod"> <tr class="first"> <th>25</th><th>&nbsp;</th><td class="l"><span>&nbsp;* A placeholder for an assoc<del></del>ated type.&nbsp; The type corresponding</span></td> </tr> <tr class="last"> <th>&nbsp;</th><th>25</th><td class="r"><span>&nbsp;* A placeholder for an assoc<ins>i</ins>ated type.&nbsp; The type corresponding</span></td> </tr> </tbody> </table> </li> <li class="entry"> <h2> <a>boost/type_erasure/member.hpp</a> </h2> <table class="trac-diff inline" cellspacing="0"> <colgroup> <col class="lineno"/><col class="lineno"/><col class="content"/> </colgroup> <thead> <tr> <th title="File boost/type_erasure/member.hpp (revision 83392)"> </th> <th title="File boost/type_erasure/member.hpp (working copy)"> </th> <td> <em></em> &nbsp; </td> </tr> </thead> <tbody class="mod"> <tr class="first"> <th>102</th><th>&nbsp;</th><td class="l"><span>&nbsp;* BOOST_TYPE_ERASURE_MEMBER will alway<del></del> define a variadic concept.</span></td> </tr> <tr class="last"> <th>&nbsp;</th><th>102</th><td class="r"><span>&nbsp;* BOOST_TYPE_ERASURE_MEMBER will alway<ins>s</ins> define a variadic concept.</span></td> </tr> </tbody> </table> </li> <li class="entry"> <h2> <a>libs/type_erasure/example/multi.cpp</a> </h2> <table class="trac-diff inline" cellspacing="0"> <colgroup> <col class="lineno"/><col class="lineno"/><col class="content"/> </colgroup> <thead> <tr> <th title="File libs/type_erasure/example/multi.cpp (revision 83392)"> </th> <th title="File libs/type_erasure/example/multi.cpp (working copy)"> </th> <td> <em></em> &nbsp; </td> </tr> </thead> <tbody class="mod"> <tr class="first"> <th>102</th><th>&nbsp;</th><td class="l"><span>&nbsp; &nbsp; &nbsp; &nbsp; just a conv<del>i</del>enience class that combines the</span></td> </tr> <tr class="last"> <th>&nbsp;</th><th>102</th><td class="r"><span>&nbsp; &nbsp; &nbsp; &nbsp; just a conv<ins></ins>enience class that combines the</span></td> </tr> </tbody> </table> </li> <li class="entry"> <h2> <a>libs/type_erasure/example/multifunction.cpp</a> </h2> <table class="trac-diff inline" cellspacing="0"> <colgroup> <col class="lineno"/><col class="lineno"/><col class="content"/> </colgroup> <thead> <tr> <th title="File libs/type_erasure/example/multifunction.cpp (revision 83392)"> </th> <th title="File libs/type_erasure/example/multifunction.cpp (working copy)"> </th> <td> <em></em> &nbsp; </td> </tr> </thead> <tbody class="mod"> <tr class="first"> <th>63</th><th>&nbsp;</th><td class="l"><span>// Now we'll define a multifun<del></del>tion that can operate</span></td> </tr> <tr class="last"> <th>&nbsp;</th><th>63</th><td class="r"><span>// Now we'll define a multifun<ins>c</ins>tion that can operate</span></td> </tr> </tbody> </table> </li> <li class="entry"> <h2> <a>libs/type_erasure/example/printf.cpp</a> </h2> <table class="trac-diff inline" cellspacing="0"> <colgroup> <col class="lineno"/><col class="lineno"/><col class="content"/> </colgroup> <thead> <tr> <th title="File libs/type_erasure/example/printf.cpp (revision 83392)"> </th> <th title="File libs/type_erasure/example/printf.cpp (working copy)"> </th> <td> <em></em> &nbsp; </td> </tr> </thead> <tbody class="mod"> <tr class="first"> <th>60</th><th>&nbsp;</th><td class="l"><span>// Other characters in the format string are writte<del>d</del> to the stream unchanged.</span></td> </tr> <tr class="last"> <th>&nbsp;</th><th>60</th><td class="r"><span>// Other characters in the format string are writte<ins>n</ins> to the stream unchanged.</span></td> </tr> </tbody> </table> </li> <li class="entry"> <h2> <a>libs/type_erasure/example/printf.cpp</a> </h2> <table class="trac-diff inline" cellspacing="0"> <colgroup> <col class="lineno"/><col class="lineno"/><col class="content"/> </colgroup> <thead> <tr> <th title="File libs/type_erasure/example/printf.cpp (revision 83392)"> </th> <th title="File libs/type_erasure/example/printf.cpp (working copy)"> </th> <td> <em></em> &nbsp; </td> </tr> </thead> <tbody class="mod"> <tr class="first"> <th>80</th><th>&nbsp;</th><td class="l"><span>//&nbsp; &nbsp;an integer or a '*'.&nbsp; an asteri<del></del>k means to read the next</span></td> </tr> <tr class="last"> <th>&nbsp;</th><th>80</th><td class="r"><span>//&nbsp; &nbsp;an integer or a '*'.&nbsp; an asteri<ins>s</ins>k means to read the next</span></td> </tr> </tbody> </table> </li> <li class="entry"> <h2> <a>libs/type_erasure/example/printf.cpp</a> </h2> <table class="trac-diff inline" cellspacing="0"> <colgroup> <col class="lineno"/><col class="lineno"/><col class="content"/> </colgroup> <thead> <tr> <th title="File libs/type_erasure/example/printf.cpp (revision 83392)"> </th> <th title="File libs/type_erasure/example/printf.cpp (working copy)"> </th> <td> <em></em> &nbsp; </td> </tr> </thead> <tbody class="mod"> <tr class="first"> <th>87</th><th>&nbsp;</th><td class="l"><span>//&nbsp; &nbsp;this can be either an integer or a '*'.&nbsp; an asteri<del></del>k means</span></td> </tr> <tr class="last"> <th>&nbsp;</th><th>87</th><td class="r"><span>//&nbsp; &nbsp;this can be either an integer or a '*'.&nbsp; an asteri<ins>s</ins>k means</span></td> </tr> </tbody> </table> </li> <li class="entry"> <h2> <a>libs/type_erasure/doc/type_erasure.qbk</a> </h2> <table class="trac-diff inline" cellspacing="0"> <colgroup> <col class="lineno"/><col class="lineno"/><col class="content"/> </colgroup> <thead> <tr> <th title="File libs/type_erasure/doc/type_erasure.qbk (revision 83392)"> </th> <th title="File libs/type_erasure/doc/type_erasure.qbk (working copy)"> </th> <td> <em></em> &nbsp; </td> </tr> </thead> <tbody class="mod"> <tr class="first"> <th>92</th><th>&nbsp;</th><td class="l"><span>&nbsp; on the ar<del></del>uments explicit.&nbsp; Templates are only</span></td> </tr> <tr class="last"> <th>&nbsp;</th><th>92</th><td class="r"><span>&nbsp; on the ar<ins>g</ins>uments explicit.&nbsp; Templates are only</span></td> </tr> </tbody> </table> </li> <li class="entry"> <h2> <a>boost/type_erasure/any.hpp</a> </h2> <table class="trac-diff inline" cellspacing="0"> <colgroup> <col class="lineno"/><col class="lineno"/><col class="content"/> </colgroup> <thead> <tr> <th title="File boost/type_erasure/any.hpp (revision 83392)"> </th> <th title="File boost/type_erasure/any.hpp (working copy)"> </th> <td> <em></em> &nbsp; </td> </tr> </thead> <tbody class="mod"> <tr class="first"> <th>313</th><th>&nbsp;</th><td class="l"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; @c Concept2 must be a superset of <del>of </del>the requirements of</span></td> </tr> <tr class="last"> <th>&nbsp;</th><th>313</th><td class="r"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; @c Concept2 must be a superset of <ins></ins>the requirements of</span></td> </tr> </tbody> </table> </li> <li class="entry"> <h2> <a>boost/type_erasure/any.hpp</a> </h2> <table class="trac-diff inline" cellspacing="0"> <colgroup> <col class="lineno"/><col class="lineno"/><col class="content"/> </colgroup> <thead> <tr> <th title="File boost/type_erasure/any.hpp (revision 83392)"> </th> <th title="File boost/type_erasure/any.hpp (working copy)"> </th> <td> <em></em> &nbsp; </td> </tr> </thead> <tbody class="mod"> <tr class="first"> <th>352</th><th>&nbsp;</th><td class="l"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; requirements of @c Concept2 must be a superset of <del>of </del>the</span></td> </tr> <tr class="last"> <th>&nbsp;</th><th>352</th><td class="r"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; requirements of @c Concept2 must be a superset of <ins></ins>the</span></td> </tr> </tbody> </table> </li> <li class="entry"> <h2> <a>boost/type_erasure/any.hpp</a> </h2> <table class="trac-diff inline" cellspacing="0"> <colgroup> <col class="lineno"/><col class="lineno"/><col class="content"/> </colgroup> <thead> <tr> <th title="File boost/type_erasure/any.hpp (revision 83392)"> </th> <th title="File boost/type_erasure/any.hpp (working copy)"> </th> <td> <em></em> &nbsp; </td> </tr> </thead> <tbody class="mod"> <tr class="first"> <th>1277</th><th>&nbsp;</th><td class="l"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; @c Concept2 must be a superset of <del>of </del>the requirements of</span></td> </tr> <tr class="last"> <th>&nbsp;</th><th>1277</th><td class="r"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; @c Concept2 must be a superset of <ins></ins>the requirements of</span></td> </tr> </tbody> </table> </li> <li class="entry"> <h2> <a>boost/type_erasure/any.hpp</a> </h2> <table class="trac-diff inline" cellspacing="0"> <colgroup> <col class="lineno"/><col class="lineno"/><col class="content"/> </colgroup> <thead> <tr> <th title="File boost/type_erasure/any.hpp (revision 83392)"> </th> <th title="File boost/type_erasure/any.hpp (working copy)"> </th> <td> <em></em> &nbsp; </td> </tr> </thead> <tbody class="mod"> <tr class="first"> <th>1310</th><th>&nbsp;</th><td class="l"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; @c Concept2 must be a superset of <del>of </del>the requirements of</span></td> </tr> <tr class="last"> <th>&nbsp;</th><th>1310</th><td class="r"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; @c Concept2 must be a superset of <ins></ins>the requirements of</span></td> </tr> </tbody> </table> </li> <li class="entry"> <h2> <a>boost/type_erasure/any.hpp</a> </h2> <table class="trac-diff inline" cellspacing="0"> <colgroup> <col class="lineno"/><col class="lineno"/><col class="content"/> </colgroup> <thead> <tr> <th title="File boost/type_erasure/any.hpp (revision 83392)"> </th> <th title="File boost/type_erasure/any.hpp (working copy)"> </th> <td> <em></em> &nbsp; </td> </tr> </thead> <tbody class="mod"> <tr class="first"> <th>1346</th><th>&nbsp;</th><td class="l"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; requirements of @c Concept2 must be a superset of <del>of </del>the</span></td> </tr> <tr class="last"> <th>&nbsp;</th><th>1346</th><td class="r"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; requirements of @c Concept2 must be a superset of <ins></ins>the</span></td> </tr> </tbody> </table> </li> <li class="entry"> <h2> <a>boost/type_erasure/any.hpp</a> </h2> <table class="trac-diff inline" cellspacing="0"> <colgroup> <col class="lineno"/><col class="lineno"/><col class="content"/> </colgroup> <thead> <tr> <th title="File boost/type_erasure/any.hpp (revision 83392)"> </th> <th title="File boost/type_erasure/any.hpp (working copy)"> </th> <td> <em></em> &nbsp; </td> </tr> </thead> <tbody class="mod"> <tr class="first"> <th>1370</th><th>&nbsp;</th><td class="l"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; requirements of @c Concept2 must be a superset of <del>of </del>the</span></td> </tr> <tr class="last"> <th>&nbsp;</th><th>1370</th><td class="r"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; requirements of @c Concept2 must be a superset of <ins></ins>the</span></td> </tr> </tbody> </table> </li> <li class="entry"> <h2> <a>boost/type_erasure/any.hpp</a> </h2> <table class="trac-diff inline" cellspacing="0"> <colgroup> <col class="lineno"/><col class="lineno"/><col class="content"/> </colgroup> <thead> <tr> <th title="File boost/type_erasure/any.hpp (revision 83392)"> </th> <th title="File boost/type_erasure/any.hpp (working copy)"> </th> <td> <em></em> &nbsp; </td> </tr> </thead> <tbody class="mod"> <tr class="first"> <th>1690</th><th>&nbsp;</th><td class="l"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; @c Concept2 must be a superset of <del>of </del>the requirements of</span></td> </tr> <tr class="last"> <th>&nbsp;</th><th>1690</th><td class="r"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; @c Concept2 must be a superset of <ins></ins>the requirements of</span></td> </tr> </tbody> </table> </li> <li class="entry"> <h2> <a>boost/type_erasure/any.hpp</a> </h2> <table class="trac-diff inline" cellspacing="0"> <colgroup> <col class="lineno"/><col class="lineno"/><col class="content"/> </colgroup> <thead> <tr> <th title="File boost/type_erasure/any.hpp (revision 83392)"> </th> <th title="File boost/type_erasure/any.hpp (working copy)"> </th> <td> <em></em> &nbsp; </td> </tr> </thead> <tbody class="mod"> <tr class="first"> <th>1723</th><th>&nbsp;</th><td class="l"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; requirements of @c Concept2 must be a superset of <del>of </del>the</span></td> </tr> <tr class="last"> <th>&nbsp;</th><th>1723</th><td class="r"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; requirements of @c Concept2 must be a superset of <ins></ins>the</span></td> </tr> </tbody> </table> </li> <li class="entry"> <h2> <a>boost/type_erasure/any.hpp</a> </h2> <table class="trac-diff inline" cellspacing="0"> <colgroup> <col class="lineno"/><col class="lineno"/><col class="content"/> </colgroup> <thead> <tr> <th title="File boost/type_erasure/any.hpp (revision 83392)"> </th> <th title="File boost/type_erasure/any.hpp (working copy)"> </th> <td> <em></em> &nbsp; </td> </tr> </thead> <tbody class="mod"> <tr class="first"> <th>1909</th><th>&nbsp;</th><td class="l"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; @c Concept2 must be a superset of <del>of </del>the requirements of</span></td> </tr> <tr class="last"> <th>&nbsp;</th><th>1909</th><td class="r"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; @c Concept2 must be a superset of <ins></ins>the requirements of</span></td> </tr> </tbody> </table> </li> <li class="entry"> <h2> <a>boost/type_erasure/any.hpp</a> </h2> <table class="trac-diff inline" cellspacing="0"> <colgroup> <col class="lineno"/><col class="lineno"/><col class="content"/> </colgroup> <thead> <tr> <th title="File boost/type_erasure/any.hpp (revision 83392)"> </th> <th title="File boost/type_erasure/any.hpp (working copy)"> </th> <td> <em></em> &nbsp; </td> </tr> </thead> <tbody class="mod"> <tr class="first"> <th>1943</th><th>&nbsp;</th><td class="l"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; @c Concept2 must be a superset of <del>of </del>the requirements of</span></td> </tr> <tr class="last"> <th>&nbsp;</th><th>1943</th><td class="r"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; @c Concept2 must be a superset of <ins></ins>the requirements of</span></td> </tr> </tbody> </table> </li> <li class="entry"> <h2> <a>boost/type_erasure/any.hpp</a> </h2> <table class="trac-diff inline" cellspacing="0"> <colgroup> <col class="lineno"/><col class="lineno"/><col class="content"/> </colgroup> <thead> <tr> <th title="File boost/type_erasure/any.hpp (revision 83392)"> </th> <th title="File boost/type_erasure/any.hpp (working copy)"> </th> <td> <em></em> &nbsp; </td> </tr> </thead> <tbody class="mod"> <tr class="first"> <th>1979</th><th>&nbsp;</th><td class="l"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; requirements of @c Concept2 must be a superset of <del>of </del>the</span></td> </tr> <tr class="last"> <th>&nbsp;</th><th>1979</th><td class="r"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; requirements of @c Concept2 must be a superset of <ins></ins>the</span></td> </tr> </tbody> </table> </li> <li class="entry"> <h2> <a>boost/type_erasure/any.hpp</a> </h2> <table class="trac-diff inline" cellspacing="0"> <colgroup> <col class="lineno"/><col class="lineno"/><col class="content"/> </colgroup> <thead> <tr> <th title="File boost/type_erasure/any.hpp (revision 83392)"> </th> <th title="File boost/type_erasure/any.hpp (working copy)"> </th> <td> <em></em> &nbsp; </td> </tr> </thead> <tbody class="mod"> <tr class="first"> <th>2003</th><th>&nbsp;</th><td class="l"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; requirements of @c Concept2 must be a superset of <del>of </del>the</span></td> </tr> <tr class="last"> <th>&nbsp;</th><th>2003</th><td class="r"><span>&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; &nbsp; requirements of @c Concept2 must be a superset of <ins></ins>the</span></td> </tr> </tbody> </table> </li> </ul> </div></div> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8271 Trac 1.4.3 Steven Watanabe Sun, 10 Mar 2013 03:48:36 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8271#comment:1 https://svn.boost.org/trac10/ticket/8271#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> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/83393" title="Fix typos. Fixes #8271.">[83393]</a>) Fix typos. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8271" title="#8271: Bugs: [type_erasure] Minor comment/doc typos (closed: fixed)">#8271</a>. </p> Ticket Steven Watanabe Sun, 10 Mar 2013 03:50:37 GMT <link>https://svn.boost.org/trac10/ticket/8271#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8271#comment:2</guid> <description> <p> If you have a diff it's better to add it as an attachment. It was easier for me just to apply the changes manually than to try to get the diff into a form that svn patch would accept. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Michel Morin</dc:creator> <pubDate>Sun, 10 Mar 2013 04:39:28 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/8271#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8271#comment:3</guid> <description> <p> I didn't have a diff file, but I should have prepared that. Will do, next time. </p> </description> <category>Ticket</category> </item> </channel> </rss>