Opened 14 years ago

Closed 13 years ago

#2064 closed Patches (fixed)

Interval notation is wrong in tokenizer documentation

Reported by: jim@… Owned by: jsiek
Milestone: Boost 1.36.0 Component: tokenizer
Version: Boost 1.35.0 Severity: Not Applicable
Keywords: tokenizer Cc:

Description

In tokenizer's TokenizerFunction Concept documentation, Expression semantics, operator() Semantics, the range is described as "(next,end]" but should be "[next,end)".

See: http://en.wikipedia.org/wiki/Interval_%28mathematics%29#Notations_for_intervals

Just a little thing, I know, but a point of confusion.

Attachments (1)

tokenizerfunction_doc.patch (538 bytes ) - added by jim@… 14 years ago.
Patch to fix tokenizer documentation.

Download all attachments as: .zip

Change History (3)

by jim@…, 14 years ago

Attachment: tokenizerfunction_doc.patch added

Patch to fix tokenizer documentation.

comment:1 by Daniel James, 14 years ago

Component: Documentationtokenizer
Owner: changed from Matias Capeletto to jsiek

comment:2 by Steven Watanabe, 13 years ago

Resolution: fixed
Status: newclosed

(In [53422]) Fix interval notation. Fixes #2064

Note: See TracTickets for help on using tickets.