Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77602 - in trunk: boost/regex/v4 libs/regex/doc libs/regex/doc/html libs/regex/doc/html/boost_regex libs/regex/doc/html/boost_regex/background_information libs/regex/doc/html/boost_regex/configuration libs/regex/doc/html/boost_regex/format libs/regex/doc/html/boost_regex/ref libs/regex/doc/html/boost_regex/ref/concepts libs/regex/doc/html/boost_regex/ref/deprecated_interfaces libs/regex/doc/html/boost_regex/ref/internal_details libs/regex/doc/html/boost_regex/ref/non_std_strings libs/regex/doc/html/boost_regex/ref/non_std_strings/icu libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings libs/regex/doc/html/boost_regex/ref/syntax_option_type libs/regex/doc/html/boost_regex/syntax libs/regex/doc/html/boost_regex/syntax/character_classes libs/regex/doc/html/boost_regex/syntax/collating_names libs/regex/test/regress
From: john_at_[hidden]
Date: 2012-03-28 08:00:46


Author: johnmaddock
Date: 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
New Revision: 77602
URL: http://svn.boost.org/trac/boost/changeset/77602

Log:
Fix issue with (?!) not being a valid expression. Update tests and docs to match.
Text files modified:
   trunk/boost/regex/v4/basic_regex_parser.hpp | 6 ++++--
   trunk/libs/regex/doc/history.qbk | 4 ++++
   trunk/libs/regex/doc/html/boost_regex/background_information.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/background_information/acknowledgements.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/background_information/examples.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/background_information/faq.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/background_information/futher.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/background_information/headers.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/background_information/history.html | 31 ++++++++++++++++++++-----------
   trunk/libs/regex/doc/html/boost_regex/background_information/locale.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/background_information/performance.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/background_information/redist.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/background_information/standards.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/background_information/thread_safety.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/captures.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/configuration.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/configuration/algorithm.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/configuration/compiler.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/configuration/linkage.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/configuration/locale.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/configuration/tuning.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/format.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/format/boost_format_syntax.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/format/perl_format.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/format/sed_format.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/install.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/introduction_and_overview.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/partial_matches.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/bad_expression.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/basic_regex.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/concepts.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/concepts/charT_concept.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/concepts/iterator_concepts.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/concepts/traits_concept.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/old_regex.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_format.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_grep.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_split.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/error_type.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/internal_details.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/internal_details/uni_iter.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/match_flag_type.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/match_results.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/intro.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/unicode_algo.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/unicode_iter.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/unicode_types.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_algo.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_intro.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_iter.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_create.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_types.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/posix.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/regex_iterator.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/regex_match.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/regex_replace.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/regex_search.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/regex_token_iterator.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/regex_traits.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/sub_match.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_basic.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_extended.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_literal.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_overview.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_perl.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_synopsis.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/syntax.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/syntax/basic_extended.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/syntax/basic_syntax.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/syntax/character_classes.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/syntax/character_classes/optional_char_class_names.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/syntax/character_classes/std_char_clases.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/syntax/collating_names.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/syntax/collating_names/digraphs.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/syntax/collating_names/named_unicode.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/syntax/collating_names/posix_symbolic_names.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/syntax/leftmost_longest_rule.html | 2 +-
   trunk/libs/regex/doc/html/boost_regex/syntax/perl_syntax.html | 26 ++++++++++++++++++++++++--
   trunk/libs/regex/doc/html/boost_regex/unicode.html | 2 +-
   trunk/libs/regex/doc/html/index.html | 2 +-
   trunk/libs/regex/doc/syntax_perl.qbk | 10 +++++++++-
   trunk/libs/regex/test/regress/test_perl_ex.cpp | 5 +++++
   88 files changed, 148 insertions(+), 98 deletions(-)

Modified: trunk/boost/regex/v4/basic_regex_parser.hpp
==============================================================================
--- trunk/boost/regex/v4/basic_regex_parser.hpp (original)
+++ trunk/boost/regex/v4/basic_regex_parser.hpp 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -2492,9 +2492,11 @@
       this->m_pdata->m_data.align();
       re_jump* jmp = static_cast<re_jump*>(this->getaddress(jump_offset));
       jmp->alt.i = this->m_pdata->m_data.size() - this->getoffset(jmp);
- if(this->m_last_state == jmp)
+ if((this->m_last_state == jmp) && (markid != -2))
       {
- // Oops... we didn't have anything inside the assertion:
+ // Oops... we didn't have anything inside the assertion.
+ // Note we don't get here for negated forward lookahead as (?!)
+ // does have some uses.
          // Rewind to start of (? sequence:
          --m_position;
          while(this->m_traits.syntax_type(*m_position) != regex_constants::syntax_open_mark) --m_position;

Modified: trunk/libs/regex/doc/history.qbk
==============================================================================
--- trunk/libs/regex/doc/history.qbk (original)
+++ trunk/libs/regex/doc/history.qbk 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -15,6 +15,10 @@
 
 All issues including closed ones can be viewed [@https://svn.boost.org/trac/boost/query?status=assigned&status=closed&status=new&status=reopened&component=regex&order=priority&col=id&col=summary&col=status&col=type&col=milestone&col=component here].
 
+[h4 Boost-1.50]
+
+Fixed issue with `(?!)` not being a valid expression, and updated docs on what constitutes a valid conditional expression.
+
 [h4 Boost-1.48]
 
 Fixed issues:

Modified: trunk/libs/regex/doc/html/boost_regex/background_information.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/background_information.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/background_information.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="ref/internal_details/uni_iter.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="background_information/headers.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_background_information">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="boost_regex.background_information"></a><a class="link" href="background_information.html" title="Background Information">Background Information</a>
 </h2></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/background_information/acknowledgements.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/background_information/acknowledgements.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/background_information/acknowledgements.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="redist.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background_information.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="history.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_background_information_acknowledgements">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.background_information.acknowledgements"></a><a class="link" href="acknowledgements.html" title="Acknowledgements">Acknowledgements</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/background_information/examples.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/background_information/examples.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/background_information/examples.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="thread_safety.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background_information.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="futher.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_background_information_examples">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.background_information.examples"></a><a class="link" href="examples.html" title="Test and Example Programs">Test and
       Example Programs</a>

Modified: trunk/libs/regex/doc/html/boost_regex/background_information/faq.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/background_information/faq.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/background_information/faq.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="futher.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background_information.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="performance.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_background_information_faq">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.background_information.faq"></a><a class="link" href="faq.html" title="FAQ">FAQ</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/background_information/futher.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/background_information/futher.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/background_information/futher.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="examples.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background_information.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="faq.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_background_information_futher">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.background_information.futher"></a><a class="link" href="futher.html" title="References and Further Information">References
       and Further Information</a>

Modified: trunk/libs/regex/doc/html/boost_regex/background_information/headers.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/background_information/headers.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/background_information/headers.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../background_information.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background_information.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="locale.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_background_information_headers">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.background_information.headers"></a><a class="link" href="headers.html" title="Headers">Headers</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/background_information/history.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/background_information/history.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/background_information/history.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -21,7 +21,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="acknowledgements.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background_information.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_background_information_history">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.background_information.history"></a><a class="link" href="history.html" title="History">History</a>
 </h3></div></div></div>
@@ -37,6 +37,15 @@
       </p>
 <h5>
 <a name="boost_regex.background_information.history.h0"></a>
+ <span><a name="boost_regex.background_information.history.boost_1_50"></a></span><a class="link" href="history.html#boost_regex.background_information.history.boost_1_50">Boost-1.50</a>
+ </h5>
+<p>
+ Fixed issue with <code class="computeroutput"><span class="special">(?!)</span></code> not being
+ a valid expression, and updated docs on what constitutes a valid conditional
+ expression.
+ </p>
+<h5>
+<a name="boost_regex.background_information.history.h1"></a>
         <span><a name="boost_regex.background_information.history.boost_1_48"></a></span><a class="link" href="history.html#boost_regex.background_information.history.boost_1_48">Boost-1.48</a>
       </h5>
 <p>
@@ -46,7 +55,7 @@
         <a href="https://svn.boost.org/trac/boost/ticket/5736" target="_top">#5736</a>.
       </p>
 <h5>
-<a name="boost_regex.background_information.history.h1"></a>
+<a name="boost_regex.background_information.history.h2"></a>
         <span><a name="boost_regex.background_information.history.boost_1_47"></a></span><a class="link" href="history.html#boost_regex.background_information.history.boost_1_47">Boost 1.47</a>
       </h5>
 <p>
@@ -58,7 +67,7 @@
         <a href="https://svn.boost.org/trac/boost/ticket/5504" target="_top">#5504</a>.
       </p>
 <h5>
-<a name="boost_regex.background_information.history.h2"></a>
+<a name="boost_regex.background_information.history.h3"></a>
         <span><a name="boost_regex.background_information.history.boost_1_44"></a></span><a class="link" href="history.html#boost_regex.background_information.history.boost_1_44">Boost 1.44</a>
       </h5>
 <p>
@@ -76,7 +85,7 @@
         <a href="https://svn.boost.org/trac/boost/ticket/3890" target="_top">#3890</a>
       </p>
 <h5>
-<a name="boost_regex.background_information.history.h3"></a>
+<a name="boost_regex.background_information.history.h4"></a>
         <span><a name="boost_regex.background_information.history.boost_1_42"></a></span><a class="link" href="history.html#boost_regex.background_information.history.boost_1_42">Boost 1.42</a>
       </h5>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
@@ -104,7 +113,7 @@
           </li>
 </ul></div>
 <h5>
-<a name="boost_regex.background_information.history.h4"></a>
+<a name="boost_regex.background_information.history.h5"></a>
         <span><a name="boost_regex.background_information.history.boost_1_40"></a></span><a class="link" href="history.html#boost_regex.background_information.history.boost_1_40">Boost 1.40</a>
       </h5>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
@@ -112,7 +121,7 @@
             branch resets and recursive regular expressions.
           </li></ul></div>
 <h5>
-<a name="boost_regex.background_information.history.h5"></a>
+<a name="boost_regex.background_information.history.h6"></a>
         <span><a name="boost_regex.background_information.history.boost_1_38"></a></span><a class="link" href="history.html#boost_regex.background_information.history.boost_1_38">Boost 1.38</a>
       </h5>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
@@ -139,7 +148,7 @@
           </li>
 </ul></div>
 <h5>
-<a name="boost_regex.background_information.history.h6"></a>
+<a name="boost_regex.background_information.history.h7"></a>
         <span><a name="boost_regex.background_information.history.boost_1_34"></a></span><a class="link" href="history.html#boost_regex.background_information.history.boost_1_34">Boost 1.34</a>
       </h5>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
@@ -161,7 +170,7 @@
           </li>
 </ul></div>
 <h5>
-<a name="boost_regex.background_information.history.h7"></a>
+<a name="boost_regex.background_information.history.h8"></a>
         <span><a name="boost_regex.background_information.history.boost_1_33_1"></a></span><a class="link" href="history.html#boost_regex.background_information.history.boost_1_33_1">Boost 1.33.1</a>
       </h5>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
@@ -230,7 +239,7 @@
           </li>
 </ul></div>
 <h5>
-<a name="boost_regex.background_information.history.h8"></a>
+<a name="boost_regex.background_information.history.h9"></a>
         <span><a name="boost_regex.background_information.history.boost_1_33_0"></a></span><a class="link" href="history.html#boost_regex.background_information.history.boost_1_33_0">Boost 1.33.0</a>
       </h5>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
@@ -284,14 +293,14 @@
           </li>
 </ul></div>
 <h5>
-<a name="boost_regex.background_information.history.h9"></a>
+<a name="boost_regex.background_information.history.h10"></a>
         <span><a name="boost_regex.background_information.history.boost_1_32_1"></a></span><a class="link" href="history.html#boost_regex.background_information.history.boost_1_32_1">Boost 1.32.1</a>
       </h5>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
             Fixed bug in partial matches of bounded repeats of '.'.
           </li></ul></div>
 <h5>
-<a name="boost_regex.background_information.history.h10"></a>
+<a name="boost_regex.background_information.history.h11"></a>
         <span><a name="boost_regex.background_information.history.boost_1_31_0"></a></span><a class="link" href="history.html#boost_regex.background_information.history.boost_1_31_0">Boost 1.31.0</a>
       </h5>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc">

Modified: trunk/libs/regex/doc/html/boost_regex/background_information/locale.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/background_information/locale.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/background_information/locale.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="headers.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background_information.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="thread_safety.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_background_information_locale">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.background_information.locale"></a><a class="link" href="locale.html" title="Localization">Localization</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/background_information/performance.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/background_information/performance.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/background_information/performance.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="faq.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background_information.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="standards.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_background_information_performance">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.background_information.performance"></a><a class="link" href="performance.html" title="Performance">Performance</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/background_information/redist.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/background_information/redist.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/background_information/redist.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="standards.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background_information.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="acknowledgements.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_background_information_redist">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.background_information.redist"></a><a class="link" href="redist.html" title="Redistributables">Redistributables</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/background_information/standards.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/background_information/standards.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/background_information/standards.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="performance.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background_information.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="redist.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_background_information_standards">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.background_information.standards"></a><a class="link" href="standards.html" title="Standards Conformance">Standards
       Conformance</a>

Modified: trunk/libs/regex/doc/html/boost_regex/background_information/thread_safety.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/background_information/thread_safety.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/background_information/thread_safety.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="locale.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background_information.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="examples.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_background_information_thread_safety">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.background_information.thread_safety"></a><a class="link" href="thread_safety.html" title="Thread Safety">Thread
       Safety</a>

Modified: trunk/libs/regex/doc/html/boost_regex/captures.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/captures.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/captures.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="unicode.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="partial_matches.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_captures">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="boost_regex.captures"></a><a class="link" href="captures.html" title="Understanding Marked Sub-Expressions and Captures">Understanding Marked Sub-Expressions
     and Captures</a>

Modified: trunk/libs/regex/doc/html/boost_regex/configuration.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/configuration.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/configuration.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../index.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="configuration/compiler.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_configuration">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="boost_regex.configuration"></a><a class="link" href="configuration.html" title="Configuration">Configuration</a>
 </h2></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/configuration/algorithm.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/configuration/algorithm.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/configuration/algorithm.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="linkage.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../configuration.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="tuning.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_configuration_algorithm">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.configuration.algorithm"></a><a class="link" href="algorithm.html" title="Algorithm Selection">Algorithm Selection</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/configuration/compiler.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/configuration/compiler.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/configuration/compiler.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../configuration.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../configuration.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="locale.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_configuration_compiler">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.configuration.compiler"></a><a class="link" href="compiler.html" title="Compiler Setup">Compiler Setup</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/configuration/linkage.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/configuration/linkage.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/configuration/linkage.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="locale.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../configuration.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="algorithm.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_configuration_linkage">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.configuration.linkage"></a><a class="link" href="linkage.html" title="Linkage Options">Linkage Options</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/configuration/locale.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/configuration/locale.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/configuration/locale.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="compiler.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../configuration.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="linkage.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_configuration_locale">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.configuration.locale"></a><a class="link" href="locale.html" title="Locale and traits class selection">Locale and traits class
       selection</a>

Modified: trunk/libs/regex/doc/html/boost_regex/configuration/tuning.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/configuration/tuning.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/configuration/tuning.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="algorithm.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../configuration.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../install.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_configuration_tuning">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.configuration.tuning"></a><a class="link" href="tuning.html" title="Algorithm Tuning">Algorithm Tuning</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/format.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/format.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/format.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="syntax/leftmost_longest_rule.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="format/sed_format.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_format">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="boost_regex.format"></a><a class="link" href="format.html" title="Search and Replace Format String Syntax">Search and Replace Format String Syntax</a>
 </h2></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/format/boost_format_syntax.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/format/boost_format_syntax.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/format/boost_format_syntax.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="perl_format.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../format.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../ref.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_format_boost_format_syntax">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.format.boost_format_syntax"></a><a class="link" href="boost_format_syntax.html" title="Boost-Extended Format String Syntax">Boost-Extended
       Format String Syntax</a>

Modified: trunk/libs/regex/doc/html/boost_regex/format/perl_format.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/format/perl_format.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/format/perl_format.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="sed_format.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../format.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="boost_format_syntax.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_format_perl_format">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.format.perl_format"></a><a class="link" href="perl_format.html" title="Perl Format String Syntax">Perl Format String Syntax</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/format/sed_format.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/format/sed_format.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/format/sed_format.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../format.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../format.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="perl_format.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_format_sed_format">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.format.sed_format"></a><a class="link" href="sed_format.html" title="Sed Format String Syntax">Sed Format String Syntax</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/install.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/install.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/install.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="configuration/tuning.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="introduction_and_overview.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_install">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="boost_regex.install"></a><a class="link" href="install.html" title="Building and Installing the Library">Building and Installing the Library</a>
 </h2></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/introduction_and_overview.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/introduction_and_overview.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/introduction_and_overview.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="install.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="unicode.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_introduction_and_overview">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="boost_regex.introduction_and_overview"></a><a class="link" href="introduction_and_overview.html" title="Introduction and Overview">Introduction and
     Overview</a>

Modified: trunk/libs/regex/doc/html/boost_regex/partial_matches.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/partial_matches.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/partial_matches.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="captures.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="syntax.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_partial_matches">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="boost_regex.partial_matches"></a><a class="link" href="partial_matches.html" title="Partial Matches">Partial Matches</a>
 </h2></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/ref.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="format/boost_format_syntax.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ref/basic_regex.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="boost_regex.ref"></a><a class="link" href="ref.html" title="Reference">Reference</a>
 </h2></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/bad_expression.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/bad_expression.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/bad_expression.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="regex_token_iterator.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="syntax_option_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_bad_expression">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.ref.bad_expression"></a><a class="link" href="bad_expression.html" title="bad_expression">bad_expression</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/basic_regex.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/basic_regex.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/basic_regex.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../ref.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="match_results.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_basic_regex">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.ref.basic_regex"></a><a class="link" href="basic_regex.html" title="basic_regex">basic_regex</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/concepts.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/concepts.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/concepts.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="posix.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="concepts/charT_concept.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_concepts">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.ref.concepts"></a><a class="link" href="concepts.html" title="Concepts">Concepts</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/concepts/charT_concept.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/concepts/charT_concept.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/concepts/charT_concept.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../concepts.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../concepts.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="traits_concept.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_concepts_charT_concept">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="boost_regex.ref.concepts.charT_concept"></a><a class="link" href="charT_concept.html" title="charT Requirements">charT Requirements</a>
 </h4></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/concepts/iterator_concepts.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/concepts/iterator_concepts.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/concepts/iterator_concepts.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="traits_concept.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../concepts.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../deprecated_interfaces.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_concepts_iterator_concepts">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="boost_regex.ref.concepts.iterator_concepts"></a><a class="link" href="iterator_concepts.html" title="Iterator Requirements">Iterator
         Requirements</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/concepts/traits_concept.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/concepts/traits_concept.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/concepts/traits_concept.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="charT_concept.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../concepts.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="iterator_concepts.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_concepts_traits_concept">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="boost_regex.ref.concepts.traits_concept"></a><a class="link" href="traits_concept.html" title="Traits Class Requirements">Traits Class
         Requirements</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="concepts/iterator_concepts.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="deprecated_interfaces/regex_format.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_deprecated_interfaces">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.ref.deprecated_interfaces"></a><a class="link" href="deprecated_interfaces.html" title="Deprecated Interfaces">Deprecated Interfaces</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/old_regex.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/old_regex.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/old_regex.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="regex_split.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../deprecated_interfaces.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../internal_details.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_deprecated_interfaces_old_regex">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="boost_regex.ref.deprecated_interfaces.old_regex"></a><a class="link" href="old_regex.html" title="High Level Class RegEx (Deprecated)">High
         Level Class RegEx (Deprecated)</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_format.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_format.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_format.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../deprecated_interfaces.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../deprecated_interfaces.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="regex_grep.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_deprecated_interfaces_regex_format">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="boost_regex.ref.deprecated_interfaces.regex_format"></a><a class="link" href="regex_format.html" title="regex_format (Deprecated)">regex_format
         (Deprecated)</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_grep.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_grep.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_grep.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="regex_format.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../deprecated_interfaces.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="regex_split.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_deprecated_interfaces_regex_grep">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="boost_regex.ref.deprecated_interfaces.regex_grep"></a><a class="link" href="regex_grep.html" title="regex_grep (Deprecated)">regex_grep
         (Deprecated)</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_split.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_split.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_split.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="regex_grep.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../deprecated_interfaces.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="old_regex.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_deprecated_interfaces_regex_split">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="boost_regex.ref.deprecated_interfaces.regex_split"></a><a class="link" href="regex_split.html" title="regex_split (deprecated)">regex_split
         (deprecated)</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/error_type.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/error_type.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/error_type.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="match_flag_type.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="regex_traits.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_error_type">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.ref.error_type"></a><a class="link" href="error_type.html" title="error_type">error_type</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/internal_details.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/internal_details.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/internal_details.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="deprecated_interfaces/old_regex.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="internal_details/uni_iter.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_internal_details">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.ref.internal_details"></a><a class="link" href="internal_details.html" title="Internal Details">Internal Details</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/internal_details/uni_iter.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/internal_details/uni_iter.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/internal_details/uni_iter.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../internal_details.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../internal_details.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../background_information.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_internal_details_uni_iter">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="boost_regex.ref.internal_details.uni_iter"></a><a class="link" href="uni_iter.html" title="Unicode Iterators">Unicode
         Iterators</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/match_flag_type.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/match_flag_type.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/match_flag_type.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="syntax_option_type/syntax_option_type_literal.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="error_type.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_match_flag_type">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.ref.match_flag_type"></a><a class="link" href="match_flag_type.html" title="match_flag_type">match_flag_type</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/match_results.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/match_results.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/match_results.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="basic_regex.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="sub_match.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_match_results">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.ref.match_results"></a><a class="link" href="match_results.html" title="match_results">match_results</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="regex_traits.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="non_std_strings/icu.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_non_std_strings">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.ref.non_std_strings"></a><a class="link" href="non_std_strings.html" title="Interfacing With Non-Standard String Types">Interfacing With Non-Standard
       String Types</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../non_std_strings.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../non_std_strings.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="icu/intro.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_non_std_strings_icu">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="boost_regex.ref.non_std_strings.icu"></a><a class="link" href="icu.html" title="Working With Unicode and ICU String Types">Working With Unicode
         and ICU String Types</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/intro.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/intro.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/intro.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../icu.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../icu.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="unicode_types.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_non_std_strings_icu_intro">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="boost_regex.ref.non_std_strings.icu.intro"></a><a class="link" href="intro.html" title="Introduction to using Regex with ICU">Introduction
           to using Regex with ICU</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/unicode_algo.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/unicode_algo.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/unicode_algo.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="unicode_types.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../icu.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="unicode_iter.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_non_std_strings_icu_unicode_algo">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="boost_regex.ref.non_std_strings.icu.unicode_algo"></a><a class="link" href="unicode_algo.html" title="Unicode Regular Expression Algorithms">Unicode
           Regular Expression Algorithms</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/unicode_iter.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/unicode_iter.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/unicode_iter.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="unicode_algo.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../icu.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../mfc_strings.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_non_std_strings_icu_unicode_iter">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="boost_regex.ref.non_std_strings.icu.unicode_iter"></a><a class="link" href="unicode_iter.html" title="Unicode Aware Regex Iterators">Unicode
           Aware Regex Iterators</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/unicode_types.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/unicode_types.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/unicode_types.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="intro.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../icu.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="unicode_algo.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_non_std_strings_icu_unicode_types">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="boost_regex.ref.non_std_strings.icu.unicode_types"></a><a class="link" href="unicode_types.html" title="Unicode regular expression types">Unicode
           regular expression types</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="icu/unicode_iter.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../non_std_strings.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="mfc_strings/mfc_intro.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_non_std_strings_mfc_strings">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="boost_regex.ref.non_std_strings.mfc_strings"></a><a class="link" href="mfc_strings.html" title="Using Boost Regex With MFC Strings">Using
         Boost Regex With MFC Strings</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_algo.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_algo.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_algo.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="mfc_regex_create.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../mfc_strings.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="mfc_iter.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_non_std_strings_mfc_strings_mfc_algo">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="boost_regex.ref.non_std_strings.mfc_strings.mfc_algo"></a><a class="link" href="mfc_algo.html" title="Overloaded Algorithms For MFC String Types">Overloaded
           Algorithms For MFC String Types</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_intro.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_intro.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_intro.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../mfc_strings.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../mfc_strings.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="mfc_regex_types.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_non_std_strings_mfc_strings_mfc_intro">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="boost_regex.ref.non_std_strings.mfc_strings.mfc_intro"></a><a class="link" href="mfc_intro.html" title="Introduction to Boost.Regex and MFC Strings">Introduction
           to Boost.Regex and MFC Strings</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_iter.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_iter.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_iter.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="mfc_algo.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../mfc_strings.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../posix.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_non_std_strings_mfc_strings_mfc_iter">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="boost_regex.ref.non_std_strings.mfc_strings.mfc_iter"></a><a class="link" href="mfc_iter.html" title="Iterating Over the Matches Within An MFC String">Iterating
           Over the Matches Within An MFC String</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_create.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_create.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_create.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="mfc_regex_types.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../mfc_strings.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="mfc_algo.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_non_std_strings_mfc_strings_mfc_regex_create">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="boost_regex.ref.non_std_strings.mfc_strings.mfc_regex_create"></a><a class="link" href="mfc_regex_create.html" title="Regular Expression Creation From an MFC String">Regular
           Expression Creation From an MFC String</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_types.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_types.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_types.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="mfc_intro.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../mfc_strings.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="mfc_regex_create.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_non_std_strings_mfc_strings_mfc_regex_types">
 <div class="titlepage"><div><div><h5 class="title">
 <a name="boost_regex.ref.non_std_strings.mfc_strings.mfc_regex_types"></a><a class="link" href="mfc_regex_types.html" title="Regex Types Used With MFC Strings">Regex
           Types Used With MFC Strings</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/posix.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/posix.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/posix.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="non_std_strings/mfc_strings/mfc_iter.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="concepts.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_posix">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.ref.posix"></a><a class="link" href="posix.html" title="POSIX Compatible C API's">POSIX Compatible C API's</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/regex_iterator.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/regex_iterator.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/regex_iterator.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="regex_replace.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="regex_token_iterator.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_regex_iterator">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.ref.regex_iterator"></a><a class="link" href="regex_iterator.html" title="regex_iterator">regex_iterator</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/regex_match.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/regex_match.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/regex_match.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="sub_match.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="regex_search.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_regex_match">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.ref.regex_match"></a><a class="link" href="regex_match.html" title="regex_match">regex_match</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/regex_replace.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/regex_replace.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/regex_replace.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="regex_search.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="regex_iterator.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_regex_replace">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.ref.regex_replace"></a><a class="link" href="regex_replace.html" title="regex_replace">regex_replace</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/regex_search.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/regex_search.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/regex_search.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="regex_match.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="regex_replace.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_regex_search">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.ref.regex_search"></a><a class="link" href="regex_search.html" title="regex_search">regex_search</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/regex_token_iterator.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/regex_token_iterator.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/regex_token_iterator.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="regex_iterator.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="bad_expression.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_regex_token_iterator">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.ref.regex_token_iterator"></a><a class="link" href="regex_token_iterator.html" title="regex_token_iterator">regex_token_iterator</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/regex_traits.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/regex_traits.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/regex_traits.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="error_type.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="non_std_strings.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_regex_traits">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.ref.regex_traits"></a><a class="link" href="regex_traits.html" title="regex_traits">regex_traits</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/sub_match.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/sub_match.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/sub_match.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="match_results.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="regex_match.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_sub_match">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.ref.sub_match"></a><a class="link" href="sub_match.html" title="sub_match">sub_match</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="bad_expression.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="syntax_option_type/syntax_option_type_synopsis.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_syntax_option_type">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.ref.syntax_option_type"></a><a class="link" href="syntax_option_type.html" title="syntax_option_type">syntax_option_type</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_basic.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_basic.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_basic.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="syntax_option_type_extended.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../syntax_option_type.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="syntax_option_type_literal.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_syntax_option_type_syntax_option_type_basic">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="boost_regex.ref.syntax_option_type.syntax_option_type_basic"></a><a class="link" href="syntax_option_type_basic.html" title="Options for POSIX Basic Regular Expressions">Options
         for POSIX Basic Regular Expressions</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_extended.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_extended.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_extended.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="syntax_option_type_perl.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../syntax_option_type.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="syntax_option_type_basic.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_syntax_option_type_syntax_option_type_extended">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="boost_regex.ref.syntax_option_type.syntax_option_type_extended"></a><a class="link" href="syntax_option_type_extended.html" title="Options for POSIX Extended Regular Expressions">Options
         for POSIX Extended Regular Expressions</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_literal.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_literal.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_literal.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="syntax_option_type_basic.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../syntax_option_type.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../match_flag_type.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_syntax_option_type_syntax_option_type_literal">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="boost_regex.ref.syntax_option_type.syntax_option_type_literal"></a><a class="link" href="syntax_option_type_literal.html" title="Options for Literal Strings">Options
         for Literal Strings</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_overview.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_overview.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_overview.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="syntax_option_type_synopsis.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../syntax_option_type.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="syntax_option_type_perl.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_syntax_option_type_syntax_option_type_overview">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="boost_regex.ref.syntax_option_type.syntax_option_type_overview"></a><a class="link" href="syntax_option_type_overview.html" title="Overview of syntax_option_type">Overview
         of syntax_option_type</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_perl.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_perl.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_perl.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="syntax_option_type_overview.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../syntax_option_type.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="syntax_option_type_extended.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_syntax_option_type_syntax_option_type_perl">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="boost_regex.ref.syntax_option_type.syntax_option_type_perl"></a><a class="link" href="syntax_option_type_perl.html" title="Options for Perl Regular Expressions">Options
         for Perl Regular Expressions</a>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_synopsis.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_synopsis.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_synopsis.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../syntax_option_type.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../syntax_option_type.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="syntax_option_type_overview.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_ref_syntax_option_type_syntax_option_type_synopsis">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="boost_regex.ref.syntax_option_type.syntax_option_type_synopsis"></a><a class="link" href="syntax_option_type_synopsis.html" title="syntax_option_type Synopsis">syntax_option_type
         Synopsis</a>

Modified: trunk/libs/regex/doc/html/boost_regex/syntax.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/syntax.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/syntax.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="partial_matches.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="syntax/perl_syntax.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_syntax">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="boost_regex.syntax"></a><a class="link" href="syntax.html" title="Regular Expression Syntax">Regular Expression Syntax</a>
 </h2></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/syntax/basic_extended.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/syntax/basic_extended.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/syntax/basic_extended.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="perl_syntax.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../syntax.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="basic_syntax.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_syntax_basic_extended">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.syntax.basic_extended"></a><a class="link" href="basic_extended.html" title="POSIX Extended Regular Expression Syntax">POSIX Extended Regular
       Expression Syntax</a>

Modified: trunk/libs/regex/doc/html/boost_regex/syntax/basic_syntax.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/syntax/basic_syntax.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/syntax/basic_syntax.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="basic_extended.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../syntax.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="character_classes.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_syntax_basic_syntax">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.syntax.basic_syntax"></a><a class="link" href="basic_syntax.html" title="POSIX Basic Regular Expression Syntax">POSIX Basic Regular
       Expression Syntax</a>

Modified: trunk/libs/regex/doc/html/boost_regex/syntax/character_classes.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/syntax/character_classes.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/syntax/character_classes.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="basic_syntax.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../syntax.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="character_classes/std_char_clases.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_syntax_character_classes">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.syntax.character_classes"></a><a class="link" href="character_classes.html" title="Character Class Names">Character Class
       Names</a>

Modified: trunk/libs/regex/doc/html/boost_regex/syntax/character_classes/optional_char_class_names.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/syntax/character_classes/optional_char_class_names.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/syntax/character_classes/optional_char_class_names.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="std_char_clases.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../character_classes.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../collating_names.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_syntax_character_classes_optional_char_class_names">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="boost_regex.syntax.character_classes.optional_char_class_names"></a><a class="link" href="optional_char_class_names.html" title="Character classes that are supported by Unicode Regular Expressions">Character
         classes that are supported by Unicode Regular Expressions</a>

Modified: trunk/libs/regex/doc/html/boost_regex/syntax/character_classes/std_char_clases.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/syntax/character_classes/std_char_clases.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/syntax/character_classes/std_char_clases.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../character_classes.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../character_classes.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="optional_char_class_names.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_syntax_character_classes_std_char_clases">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="boost_regex.syntax.character_classes.std_char_clases"></a><a class="link" href="std_char_clases.html" title="Character Classes that are Always Supported">Character
         Classes that are Always Supported</a>

Modified: trunk/libs/regex/doc/html/boost_regex/syntax/collating_names.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/syntax/collating_names.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/syntax/collating_names.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="character_classes/optional_char_class_names.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../syntax.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="collating_names/digraphs.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_syntax_collating_names">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.syntax.collating_names"></a><a class="link" href="collating_names.html" title="Collating Names">Collating Names</a>
 </h3></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/syntax/collating_names/digraphs.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/syntax/collating_names/digraphs.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/syntax/collating_names/digraphs.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../collating_names.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../collating_names.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="posix_symbolic_names.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_syntax_collating_names_digraphs">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="boost_regex.syntax.collating_names.digraphs"></a><a class="link" href="digraphs.html" title="Digraphs">Digraphs</a>
 </h4></div></div></div>

Modified: trunk/libs/regex/doc/html/boost_regex/syntax/collating_names/named_unicode.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/syntax/collating_names/named_unicode.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/syntax/collating_names/named_unicode.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="posix_symbolic_names.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../collating_names.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../leftmost_longest_rule.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_syntax_collating_names_named_unicode">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="boost_regex.syntax.collating_names.named_unicode"></a><a class="link" href="named_unicode.html" title="Named Unicode Characters">Named
         Unicode Characters</a>

Modified: trunk/libs/regex/doc/html/boost_regex/syntax/collating_names/posix_symbolic_names.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/syntax/collating_names/posix_symbolic_names.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/syntax/collating_names/posix_symbolic_names.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="digraphs.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../collating_names.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="named_unicode.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_syntax_collating_names_posix_symbolic_names">
 <div class="titlepage"><div><div><h4 class="title">
 <a name="boost_regex.syntax.collating_names.posix_symbolic_names"></a><a class="link" href="posix_symbolic_names.html" title="POSIX Symbolic Names">POSIX
         Symbolic Names</a>

Modified: trunk/libs/regex/doc/html/boost_regex/syntax/leftmost_longest_rule.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/syntax/leftmost_longest_rule.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/syntax/leftmost_longest_rule.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="collating_names/named_unicode.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../syntax.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../format.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_syntax_leftmost_longest_rule">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.syntax.leftmost_longest_rule"></a><a class="link" href="leftmost_longest_rule.html" title="The Leftmost Longest Rule">The Leftmost
       Longest Rule</a>

Modified: trunk/libs/regex/doc/html/boost_regex/syntax/perl_syntax.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/syntax/perl_syntax.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/syntax/perl_syntax.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../syntax.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../syntax.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="basic_extended.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_syntax_perl_syntax">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.syntax.perl_syntax"></a><a class="link" href="perl_syntax.html" title="Perl Regular Expression Syntax">Perl Regular Expression
       Syntax</a>
@@ -1292,7 +1292,8 @@
       </p>
 <p>
         <code class="literal">(?(condition)yes-pattern)</code> attempts to match <span class="emphasis"><em>yes-pattern</em></span>
- if the <span class="emphasis"><em>condition</em></span> is true, otherwise fails.
+ if the <span class="emphasis"><em>condition</em></span> is true, otherwise matches the NULL
+ string.
       </p>
 <p>
         <span class="emphasis"><em>condition</em></span> may be either: a forward lookahead assert,
@@ -1314,6 +1315,21 @@
             <span class="emphasis"><em>no-pattern</em></span>.
           </li>
 <li class="listitem">
+ =(?(<span class="emphasis"><em>N</em></span>)yes-pattern|no-pattern)= Executes <span class="emphasis"><em>yes-pattern</em></span>
+ if subexpression <span class="emphasis"><em>N</em></span> has been matched, otherwise executes
+ <span class="emphasis"><em>no-pattern</em></span>.
+ </li>
+<li class="listitem">
+ =(?(&lt;<span class="emphasis"><em>name</em></span>&gt;)yes-pattern|no-pattern)= Executes
+ <span class="emphasis"><em>yes-pattern</em></span> if named subexpression <span class="emphasis"><em>name</em></span>
+ has been matched, otherwise executes <span class="emphasis"><em>no-pattern</em></span>.
+ </li>
+<li class="listitem">
+ =(?('<span class="emphasis"><em>name</em></span>')yes-pattern|no-pattern)= Executes <span class="emphasis"><em>yes-pattern</em></span>
+ if named subexpression <span class="emphasis"><em>name</em></span> has been matched, otherwise
+ executes <span class="emphasis"><em>no-pattern</em></span>.
+ </li>
+<li class="listitem">
             <code class="literal">(?(R)yes-pattern|no-pattern)</code> Executes <span class="emphasis"><em>yes-pattern</em></span>
             if we are executing inside a recursion, otherwise executes <span class="emphasis"><em>no-pattern</em></span>.
           </li>
@@ -1324,6 +1340,12 @@
             <span class="emphasis"><em>no-pattern</em></span>.
           </li>
 <li class="listitem">
+ <code class="literal">(?(R&amp;<span class="emphasis"><em>name</em></span>)yes-pattern|no-pattern)</code>
+ Executes <span class="emphasis"><em>yes-pattern</em></span> if we are executing inside
+ a recursion to named sub-expression <span class="emphasis"><em>name</em></span>, otherwise
+ executes <span class="emphasis"><em>no-pattern</em></span>.
+ </li>
+<li class="listitem">
             <code class="literal">(?(DEFINE)never-exectuted-pattern)</code> Defines a block
             of code that is never executed and matches no characters: this is usually
             used to define one or more named sub-expressions which are refered to

Modified: trunk/libs/regex/doc/html/boost_regex/unicode.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/unicode.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/unicode.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -22,7 +22,7 @@
 <div class="spirit-nav">
 <a accesskey="p" href="introduction_and_overview.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="captures.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section">
+<div class="section boost_regex_unicode">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="boost_regex.unicode"></a><a class="link" href="unicode.html" title="Unicode and Boost.Regex">Unicode and Boost.Regex</a>
 </h2></div></div></div>

Modified: trunk/libs/regex/doc/html/index.html
==============================================================================
--- trunk/libs/regex/doc/html/index.html (original)
+++ trunk/libs/regex/doc/html/index.html 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -198,7 +198,7 @@
   </p>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: December 24, 2011 at 18:02:12 GMT</small></p></td>
+<td align="left"><p><small>Last revised: March 28, 2012 at 11:56:40 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>

Modified: trunk/libs/regex/doc/syntax_perl.qbk
==============================================================================
--- trunk/libs/regex/doc/syntax_perl.qbk (original)
+++ trunk/libs/regex/doc/syntax_perl.qbk 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -531,7 +531,7 @@
 the /condition/ is true, otherwise attempts to match /no-pattern/.
 
 =(?(condition)yes-pattern)= attempts to match /yes-pattern/ if the /condition/
-is true, otherwise fails.
+is true, otherwise matches the NULL string.
 
 /condition/ may be either: a forward lookahead assert, the index of
 a marked sub-expression (the condition becomes true if the sub-expression
@@ -544,10 +544,18 @@
 executes /no-pattern/.
 * =(?(?!assert)yes-pattern|no-pattern)= Executes /yes-pattern/ if the forward look-ahead assert does not match, otherwise
 executes /no-pattern/.
+* =(?(['N])yes-pattern|no-pattern)= Executes /yes-pattern/ if subexpression /N/ has been matched, otherwise
+executes /no-pattern/.
+* =(?(<['name]>)yes-pattern|no-pattern)= Executes /yes-pattern/ if named subexpression /name/ has been matched, otherwise
+executes /no-pattern/.
+* =(?('['name]')yes-pattern|no-pattern)= Executes /yes-pattern/ if named subexpression /name/ has been matched, otherwise
+executes /no-pattern/.
 * =(?(R)yes-pattern|no-pattern)= Executes /yes-pattern/ if we are executing inside a recursion, otherwise
 executes /no-pattern/.
 * [^(?(R['N])yes-pattern|no-pattern)] Executes /yes-pattern/ if we are executing inside a recursion to sub-expression /N/, otherwise
 executes /no-pattern/.
+* [^(?(R&['name])yes-pattern|no-pattern)] Executes /yes-pattern/ if we are executing inside a recursion to named sub-expression /name/, otherwise
+executes /no-pattern/.
 * [^(?(DEFINE)never-exectuted-pattern)] Defines a block of code that is never executed and matches no characters:
 this is usually used to define one or more named sub-expressions which are refered to from elsewhere in the pattern.
 

Modified: trunk/libs/regex/test/regress/test_perl_ex.cpp
==============================================================================
--- trunk/libs/regex/test/regress/test_perl_ex.cpp (original)
+++ trunk/libs/regex/test/regress/test_perl_ex.cpp 2012-03-28 08:00:34 EDT (Wed, 28 Mar 2012)
@@ -134,6 +134,11 @@
    TEST_INVALID_REGEX("(?<=*|\\B)", perl);
    TEST_INVALID_REGEX("(?<!a|bc)de", perl);
    TEST_INVALID_REGEX("(?<=a|bc)de", perl);
+
+ // Bug reports:
+ TEST_REGEX_SEARCH("\\b(?:(?:(one)|(two)|(three))(?:,|\\b)){3,}(?(1)|(?!))(?(2)|(?!))(?(3)|(?!))", perl, "one,two,two, one", match_default, make_array(-2, -2));
+ TEST_REGEX_SEARCH("\\b(?:(?:(one)|(two)|(three))(?:,|\\b)){3,}(?(1)|(?!))(?(2)|(?!))(?(3)|(?!))", perl, "one,three,two", match_default, make_array(0, 13, 0, 3, 10, 13, 4, 9, -2, -2));
+ TEST_REGEX_SEARCH("\\b(?:(?:(one)|(two)|(three))(?:,|\\b)){3,}(?(1)|(?!))(?(2)|(?!))(?(3)|(?!))", perl, "one,two,two,one,three,four", match_default, make_array(0, 22, 12, 15, 8, 11, 16, 21, -2, -2));
 }
 
 void test_options()


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk