Browse Source

Empty expressions, and empty alternatives are now
allowed when using the Perl regular expression syntax. This change has
been added for Perl compatibility, when the new [syntax_option_type]
['no_empty_expressions] is set then the old behaviour is preserved and
empty expressions are prohibited. This is issue
[@https://svn.boost.org/trac/boost/ticket/1081 #1081].

Fixes #1081.

[SVN r50374]

John Maddock 17 years ago
parent
commit
0d78b08216
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/regex

+ 1 - 1
libs/regex

@@ -1 +1 @@
-Subproject commit b4152cd74d60046c358226719a7f0cad232f7499
+Subproject commit e4b31ea37f77f972232e50db023dfa284fa4903d

粤ICP备19079148号