mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 05:42:15 +02:00
Made regex_error backwards compatible with Boost-1.32.
[SVN r30623]
This commit is contained in:
@ -42,7 +42,10 @@
|
||||
repeat more times than their maximum value.</LI>
|
||||
<LI>
|
||||
Fixed the value returned by basic_regex<>::empty() from a default
|
||||
constructed object.</LI></UL>
|
||||
constructed object.</LI>
|
||||
<LI>
|
||||
Changed the deffinition of regex_error to make it backwards compatible with
|
||||
Boost-1.32.0.</LI></UL>
|
||||
<P>Boost 1.33.0.</P>
|
||||
<UL>
|
||||
<LI>
|
||||
|
@ -42,7 +42,10 @@
|
||||
repeat more times than their maximum value.</LI>
|
||||
<LI>
|
||||
Fixed the value returned by basic_regex<>::empty() from a default
|
||||
constructed object.</LI></UL>
|
||||
constructed object.</LI>
|
||||
<LI>
|
||||
Changed the deffinition of regex_error to make it backwards compatible with
|
||||
Boost-1.32.0.</LI></UL>
|
||||
<P>Boost 1.33.0.</P>
|
||||
<UL>
|
||||
<LI>
|
||||
|
Reference in New Issue
Block a user