diff options
Diffstat (limited to 'libs/regex/doc/html/boost_regex/ref/non_std_strings.html')
-rw-r--r-- | libs/regex/doc/html/boost_regex/ref/non_std_strings.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/regex/doc/html/boost_regex/ref/non_std_strings.html b/libs/regex/doc/html/boost_regex/ref/non_std_strings.html index 85d3ba1e2..d6a5da35e 100644 --- a/libs/regex/doc/html/boost_regex/ref/non_std_strings.html +++ b/libs/regex/doc/html/boost_regex/ref/non_std_strings.html @@ -3,8 +3,8 @@ <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Interfacing With Non-Standard String Types</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> -<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> -<link rel="home" href="../../index.html" title="Boost.Regex 5.0.0"> +<meta name="generator" content="DocBook XSL Stylesheets V1.77.1"> +<link rel="home" href="../../index.html" title="Boost.Regex 5.0.1"> <link rel="up" href="../ref.html" title="Reference"> <link rel="prev" href="regex_traits.html" title="regex_traits"> <link rel="next" href="non_std_strings/icu.html" title="Working With Unicode and ICU String Types"> @@ -27,7 +27,7 @@ <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> </h3></div></div></div> -<div class="toc"><dl class="toc"> +<div class="toc"><dl> <dt><span class="section"><a href="non_std_strings/icu.html">Working With Unicode and ICU String Types</a></span></dt> <dd><dl> @@ -66,7 +66,7 @@ can be converted into a pair of pointers (which can be used as iterators). </p> <p> - Some non-standard string types are sufficiently common that wappers have + Some non-standard string types are sufficiently common that wrappers have been provided for them already: currently this includes the ICU and MFC string class types. </p> |