From aea2be86a991599b15e8d15d8742197b7242cbfe Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 20 Sep 2005 12:01:25 +0000 Subject: [PATCH] Enabled negated character classes inside character sets. [SVN r31053] --- doc/Attic/history.html | 6 ++- doc/history.html | 6 ++- .../boost/regex/v4/basic_regex_creator.hpp | 46 ++++++++++++++++--- include/boost/regex/v4/basic_regex_parser.hpp | 21 +++++++-- include/boost/regex/v4/perl_matcher.hpp | 2 + include/boost/regex/v4/states.hpp | 1 + test/regress/test_sets.cpp | 17 +++++-- 7 files changed, 80 insertions(+), 19 deletions(-) diff --git a/doc/Attic/history.html b/doc/Attic/history.html index 1ef70c79..c29459d6 100644 --- a/doc/Attic/history.html +++ b/doc/Attic/history.html @@ -65,7 +65,9 @@ that regex iteration allows lookbehind to look back before the current search range (into the last match).
  • - Fixed strange bug with non-greedy repeats inside forward lookahead assertions.
  • + Fixed strange bug with non-greedy repeats inside forward lookahead assertions. +
  • + Enabled negated character classes inside character sets.
  • Boost 1.33.0.

    + Fixed strange bug with non-greedy repeats inside forward lookahead assertions. +
  • + Enabled negated character classes inside character sets.
  • Boost 1.33.0.