Boost C++ Libraries: Ticket #2064: Interval notation is wrong in tokenizer documentation https://svn.boost.org/trac10/ticket/2064 <p> In tokenizer's <a class="missing wiki">TokenizerFunction</a> Concept documentation, Expression semantics, operator() Semantics, the range is described as "(next,end]" but should be "[next,end)". </p> <p> See: <a class="ext-link" href="http://en.wikipedia.org/wiki/Interval_%28mathematics%29#Notations_for_intervals"><span class="icon">​</span>http://en.wikipedia.org/wiki/Interval_%28mathematics%29#Notations_for_intervals</a> </p> <p> Just a little thing, I know, but a point of confusion. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2064 Trac 1.4.3 jim@… Tue, 01 Jul 2008 16:41:14 GMT attachment set https://svn.boost.org/trac10/ticket/2064 https://svn.boost.org/trac10/ticket/2064 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">tokenizerfunction_doc.patch</span> </li> </ul> <p> Patch to fix tokenizer documentation. </p> Ticket Daniel James Sun, 09 Nov 2008 22:00:39 GMT owner, component changed https://svn.boost.org/trac10/ticket/2064#comment:1 https://svn.boost.org/trac10/ticket/2064#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">jsiek</span> </li> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">tokenizer</span> </li> </ul> Ticket Steven Watanabe Fri, 29 May 2009 23:50:22 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2064#comment:2 https://svn.boost.org/trac10/ticket/2064#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/53422" title="Fix interval notation. Fixes #2064">[53422]</a>) Fix interval notation. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2064" title="#2064: Patches: Interval notation is wrong in tokenizer documentation (closed: fixed)">#2064</a> </p> Ticket