Opened 14 years ago
Closed 13 years ago
#2064 closed Patches (fixed)
Interval notation is wrong in tokenizer documentation
Reported by: | 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)
Change History (3)
by , 14 years ago
Attachment: | tokenizerfunction_doc.patch added |
---|
comment:1 by , 14 years ago
Component: | Documentation → tokenizer |
---|---|
Owner: | changed from | to
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch to fix tokenizer documentation.