From 39f28ac456395ec5ded7b40686c9830c87ae63a3 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Mon, 23 Nov 2020 17:55:09 +0000 Subject: [PATCH] Fix incorrect references to sub_match having a .last member. Fixes https://github.com/boostorg/regex/issues/115. # Fixed Conflicts: # doc/html/index.html --- doc/html/boost_regex/background.html | 4 ++-- .../background/acknowledgements.html | 8 ++++---- doc/html/boost_regex/background/examples.html | 4 ++-- doc/html/boost_regex/background/faq.html | 4 ++-- doc/html/boost_regex/background/futher.html | 4 ++-- doc/html/boost_regex/background/headers.html | 4 ++-- doc/html/boost_regex/background/history.html | 11 +++++------ doc/html/boost_regex/background/locale.html | 4 ++-- .../boost_regex/background/performance.html | 4 ++-- .../performance/section_id1378460593.html | 6 +++--- .../performance/section_id1675827111.html | 6 +++--- .../performance/section_id3141719723.html | 6 +++--- .../performance/section_id3258595385.html | 6 +++--- .../performance/section_id3261825021.html | 6 +++--- .../performance/section_id3752650613.html | 6 +++--- .../performance/section_id4128344975.html | 6 +++--- .../performance/section_id4148872883.html | 6 +++--- doc/html/boost_regex/background/redist.html | 4 ++-- doc/html/boost_regex/background/standards.html | 8 ++++---- .../boost_regex/background/thread_safety.html | 4 ++-- doc/html/boost_regex/captures.html | 4 ++-- doc/html/boost_regex/configuration.html | 4 ++-- .../boost_regex/configuration/algorithm.html | 4 ++-- .../boost_regex/configuration/compiler.html | 4 ++-- .../boost_regex/configuration/linkage.html | 4 ++-- doc/html/boost_regex/configuration/locale.html | 4 ++-- doc/html/boost_regex/configuration/tuning.html | 4 ++-- doc/html/boost_regex/format.html | 4 ++-- .../format/boost_format_syntax.html | 4 ++-- doc/html/boost_regex/format/perl_format.html | 4 ++-- doc/html/boost_regex/format/sed_format.html | 4 ++-- doc/html/boost_regex/install.html | 4 ++-- doc/html/boost_regex/intro.html | 4 ++-- doc/html/boost_regex/partial_matches.html | 4 ++-- doc/html/boost_regex/ref.html | 4 ++-- doc/html/boost_regex/ref/bad_expression.html | 4 ++-- doc/html/boost_regex/ref/basic_regex.html | 18 +++++++++--------- doc/html/boost_regex/ref/concepts.html | 4 ++-- .../ref/concepts/charT_concept.html | 4 ++-- .../ref/concepts/iterator_concepts.html | 4 ++-- .../ref/concepts/traits_concept.html | 4 ++-- doc/html/boost_regex/ref/deprecated.html | 4 ++-- .../boost_regex/ref/deprecated/old_regex.html | 4 ++-- .../ref/deprecated/regex_format.html | 4 ++-- .../boost_regex/ref/deprecated/regex_grep.html | 4 ++-- .../ref/deprecated/regex_split.html | 4 ++-- doc/html/boost_regex/ref/error_type.html | 4 ++-- doc/html/boost_regex/ref/internals.html | 4 ++-- .../boost_regex/ref/internals/uni_iter.html | 4 ++-- doc/html/boost_regex/ref/match_flag_type.html | 4 ++-- doc/html/boost_regex/ref/match_results.html | 4 ++-- doc/html/boost_regex/ref/non_std_strings.html | 4 ++-- .../boost_regex/ref/non_std_strings/icu.html | 4 ++-- .../ref/non_std_strings/icu/intro.html | 4 ++-- .../ref/non_std_strings/icu/unicode_algo.html | 4 ++-- .../ref/non_std_strings/icu/unicode_iter.html | 8 ++++---- .../ref/non_std_strings/icu/unicode_types.html | 4 ++-- .../ref/non_std_strings/mfc_strings.html | 4 ++-- .../non_std_strings/mfc_strings/mfc_algo.html | 4 ++-- .../non_std_strings/mfc_strings/mfc_intro.html | 4 ++-- .../non_std_strings/mfc_strings/mfc_iter.html | 4 ++-- .../mfc_strings/mfc_regex_create.html | 4 ++-- .../mfc_strings/mfc_regex_types.html | 4 ++-- doc/html/boost_regex/ref/posix.html | 4 ++-- doc/html/boost_regex/ref/regex_iterator.html | 8 ++++---- doc/html/boost_regex/ref/regex_match.html | 8 ++++---- doc/html/boost_regex/ref/regex_replace.html | 8 ++++---- doc/html/boost_regex/ref/regex_search.html | 8 ++++---- .../boost_regex/ref/regex_token_iterator.html | 4 ++-- doc/html/boost_regex/ref/regex_traits.html | 4 ++-- doc/html/boost_regex/ref/sub_match.html | 4 ++-- .../boost_regex/ref/syntax_option_type.html | 4 ++-- .../syntax_option_type_basic.html | 4 ++-- .../syntax_option_type_extended.html | 4 ++-- .../syntax_option_type_literal.html | 4 ++-- .../syntax_option_type_overview.html | 4 ++-- .../syntax_option_type_perl.html | 4 ++-- .../syntax_option_type_synopsis.html | 4 ++-- doc/html/boost_regex/syntax.html | 4 ++-- .../boost_regex/syntax/basic_extended.html | 6 +++--- doc/html/boost_regex/syntax/basic_syntax.html | 6 +++--- .../boost_regex/syntax/character_classes.html | 4 ++-- .../optional_char_class_names.html | 4 ++-- .../character_classes/std_char_classes.html | 4 ++-- .../boost_regex/syntax/collating_names.html | 4 ++-- .../syntax/collating_names/digraphs.html | 4 ++-- .../syntax/collating_names/named_unicode.html | 4 ++-- .../collating_names/posix_symbolic_names.html | 4 ++-- .../syntax/leftmost_longest_rule.html | 4 ++-- doc/html/boost_regex/syntax/perl_syntax.html | 6 +++--- doc/html/boost_regex/unicode.html | 4 ++-- doc/html/index.html | 6 +++--- doc/regex_iterator.qbk | 4 ++-- doc/regex_match.qbk | 4 ++-- doc/regex_replace.qbk | 4 ++-- doc/regex_search.qbk | 4 ++-- 96 files changed, 228 insertions(+), 229 deletions(-) diff --git a/doc/html/boost_regex/background.html b/doc/html/boost_regex/background.html index 74e1dcd4..426e00dc 100644 --- a/doc/html/boost_regex/background.html +++ b/doc/html/boost_regex/background.html @@ -1,6 +1,6 @@ - + Background Information @@ -66,7 +66,7 @@ -
-
-
-
-
-

- New issues should be submitted at svn.boost.org - - don't forget to include your email address in the ticket! + New issues should be submitted at https://github.com/boostorg/regex/issues

- Currently open issues can be viewed here. + Currently open issues can be viewed here.

- All issues including closed ones can be viewed here. + All issues including closed ones can be viewed here.

@@ -512,7 +511,7 @@ -
-
-
-

Table 8. Testing simple leftmost-longest matches (platform = linux, compiler +

Table 8. Testing simple leftmost-longest matches (platform = linux, compiler = GNU C++ version 6.3.0)

@@ -390,7 +390,7 @@
-
-

Table 9. Testing Perl searches (platform = linux, compiler = GNU C++ version +

Table 9. Testing Perl searches (platform = linux, compiler = GNU C++ version 6.3.0)

@@ -437,7 +437,7 @@
-
-

Table 10. Testing simple leftmost-longest matches (platform = Windows x64, +

Table 10. Testing simple leftmost-longest matches (platform = Windows x64, compiler = Microsoft Visual C++ version 14.1)

@@ -314,7 +314,7 @@
-
-

Table 11. Testing leftmost-longest searches (platform = Windows x64, compiler +

Table 11. Testing leftmost-longest searches (platform = Windows x64, compiler = Microsoft Visual C++ version 14.1)

@@ -116,7 +116,7 @@
-
-

Table 12. Testing simple Perl matches (platform = linux, compiler = GNU C++ +

Table 12. Testing simple Perl matches (platform = linux, compiler = GNU C++ version 6.3.0)

@@ -465,7 +465,7 @@
-
-

Table 13. Testing Perl searches (platform = Windows x64, compiler = Microsoft +

Table 13. Testing Perl searches (platform = Windows x64, compiler = Microsoft Visual C++ version 14.1)

@@ -509,7 +509,7 @@
-
-

Table 14. Testing simple Perl matches (platform = Windows x64, compiler = +

Table 14. Testing simple Perl matches (platform = Windows x64, compiler = Microsoft Visual C++ version 14.1)

@@ -542,7 +542,7 @@
-
-

Table 15. Testing leftmost-longest searches (platform = linux, compiler = +

Table 15. Testing leftmost-longest searches (platform = linux, compiler = GNU C++ version 6.3.0)

@@ -136,7 +136,7 @@
-
- @@ -306,7 +306,7 @@ Not supported.

- +
  
@@ -559,7 +559,7 @@ -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-