mirror of
https://github.com/boostorg/regex.git
synced 2025-07-21 08:12:37 +02:00
Updated docs to include recent changes, and improve general quality.
[SVN r20443]
This commit is contained in:
@ -27,17 +27,20 @@
|
||||
<P>Boost 1.31.0.</P>
|
||||
<UL>
|
||||
<LI>
|
||||
Completely rewritten pattern matching code - it is now up to 10 times faster
|
||||
than before.</LI>
|
||||
Completely rewritten pattern matching code - it is now up to 10 times faster
|
||||
than before.
|
||||
<LI>
|
||||
Reorganized documentation.</LI>
|
||||
Reorganized documentation.
|
||||
<LI>
|
||||
Deprecated all interfaces that are not part of the <A href="http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1429.htm">
|
||||
regular expression standardization proposal</A>.</LI>
|
||||
regular expression standardization proposal</A>.
|
||||
<LI>
|
||||
Added regex_iterator and regex_token_iterator.</LI>
|
||||
Added regex_iterator and regex_token_iterator.
|
||||
<LI>
|
||||
Added support for Perl style independent sub-expressions.</LI></UL>
|
||||
Added support for Perl style independent sub-expressions.
|
||||
<LI>
|
||||
Added non-member operators to the sub_match class, so that you can compare
|
||||
sub_match's with strings, or add them to a string to produce a new string.</LI></UL>
|
||||
<P>
|
||||
<HR>
|
||||
<P></P>
|
||||
@ -55,4 +58,3 @@
|
||||
for any purpose. It is provided "as is" without express or implied warranty.</I></P>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Reference in New Issue
Block a user