From 4bf3ff6ecc3c65c8ff85ab1f050daec6a0fd883a Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 10 Jul 2006 09:46:27 +0000 Subject: [PATCH] Bug fix. [SVN r34495] --- doc/Attic/history.html | 3 +++ doc/history.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/doc/Attic/history.html b/doc/Attic/history.html index aa36daec..72a50f03 100644 --- a/doc/Attic/history.html +++ b/doc/Attic/history.html @@ -29,6 +29,9 @@
  • Fix for non-greedy repeats and partial matches not working correctly in some cases. +
  • + Fix for non-greedy repeats on VC++ not working in some cases (bug report + 1515830).
  • Changed match_results::position() to return a valid result when *this represents a partial match.
  • diff --git a/doc/history.html b/doc/history.html index aa36daec..72a50f03 100644 --- a/doc/history.html +++ b/doc/history.html @@ -29,6 +29,9 @@
  • Fix for non-greedy repeats and partial matches not working correctly in some cases. +
  • + Fix for non-greedy repeats on VC++ not working in some cases (bug report + 1515830).
  • Changed match_results::position() to return a valid result when *this represents a partial match.