mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 06:12:10 +02:00
Fix typos from https://svn.boost.org/trac/boost/ticket/9283 and update history.
This commit is contained in:
@ -63,7 +63,7 @@ A Bidirectional iterator adapter that makes an underlying sequence of UTF16 char
|
||||
|
||||
The three-arg constructor of this class takes the start and end of the underlying sequence
|
||||
as well as the position to start iteration from. This constructor validates that the
|
||||
underlying sequence has validly encoded endpoints: this prevents accidently incrementing/decrementing
|
||||
underlying sequence has validly encoded endpoints: this prevents accidentally incrementing/decrementing
|
||||
past the end of the underlying sequence as a result of invalid UTF16 code sequences at the endpoints
|
||||
of the underlying range.
|
||||
|
||||
@ -94,7 +94,7 @@ look like a (read-only) sequence of UTF32 characters.
|
||||
|
||||
The three-arg constructor of this class takes the start and end of the underlying sequence
|
||||
as well as the position to start iteration from. This constructor validates that the
|
||||
underlying sequence has validly encoded endpoints: this prevents accidently incrementing/decrementing
|
||||
underlying sequence has validly encoded endpoints: this prevents accidentally incrementing/decrementing
|
||||
past the end of the underlying sequence as a result of invalid UTF8 code sequences at the endpoints
|
||||
of the underlying range.
|
||||
|
||||
|
Reference in New Issue
Block a user