mirror of
https://github.com/boostorg/regex.git
synced 2025-07-30 04:27:22 +02:00
Fix typos from https://svn.boost.org/trac/boost/ticket/9283 and update history.
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="../internal_details.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../internal_details.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../background_information.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<div class="section boost_regex_ref_internal_details_uni_iter">
|
||||
<div class="section">
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="boost_regex.ref.internal_details.uni_iter"></a><a class="link" href="uni_iter.html" title="Unicode Iterators">Unicode
|
||||
Iterators</a>
|
||||
@ -96,7 +96,7 @@
|
||||
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 past the
|
||||
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.
|
||||
</p>
|
||||
@ -131,7 +131,7 @@
|
||||
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 past the
|
||||
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.
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user