mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 05:42:15 +02:00
Fixed remaining zero-width assertion issues.
Added separate file instantiation of ICU support templates. Ensured code is STLport debug mode clean. [SVN r30980]
This commit is contained in:
@ -57,7 +57,15 @@
|
||||
Initialise all the data members of the unicode_iterators: this keeps gcc from
|
||||
issuing needless warnings.
|
||||
<LI>
|
||||
Ported the ICU integration code to VC6 and VC7.</LI></UL>
|
||||
Ported the ICU integration code to VC6 and VC7.
|
||||
<LI>
|
||||
Ensured code is STLport debug mode clean.
|
||||
<LI>
|
||||
Fixed lookbehind assertions so that fixed length repeats are permitted, and so
|
||||
that regex iteration allows lookbehind to look back before the current search
|
||||
range (into the last match).
|
||||
<LI>
|
||||
Fixed strange bug with non-greedy repeats inside forward lookahead assertions.</LI></UL>
|
||||
<P>Boost 1.33.0.</P>
|
||||
<UL>
|
||||
<LI>
|
||||
|
@ -57,7 +57,15 @@
|
||||
Initialise all the data members of the unicode_iterators: this keeps gcc from
|
||||
issuing needless warnings.
|
||||
<LI>
|
||||
Ported the ICU integration code to VC6 and VC7.</LI></UL>
|
||||
Ported the ICU integration code to VC6 and VC7.
|
||||
<LI>
|
||||
Ensured code is STLport debug mode clean.
|
||||
<LI>
|
||||
Fixed lookbehind assertions so that fixed length repeats are permitted, and so
|
||||
that regex iteration allows lookbehind to look back before the current search
|
||||
range (into the last match).
|
||||
<LI>
|
||||
Fixed strange bug with non-greedy repeats inside forward lookahead assertions.</LI></UL>
|
||||
<P>Boost 1.33.0.</P>
|
||||
<UL>
|
||||
<LI>
|
||||
|
Reference in New Issue
Block a user