summaryrefslogtreecommitdiff
path: root/libs/regex/doc/html/boost_regex/introduction_and_overview.html
diff options
context:
space:
mode:
Diffstat (limited to 'libs/regex/doc/html/boost_regex/introduction_and_overview.html')
-rw-r--r--libs/regex/doc/html/boost_regex/introduction_and_overview.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/libs/regex/doc/html/boost_regex/introduction_and_overview.html b/libs/regex/doc/html/boost_regex/introduction_and_overview.html
index 0deaa46c5..487de1505 100644
--- a/libs/regex/doc/html/boost_regex/introduction_and_overview.html
+++ b/libs/regex/doc/html/boost_regex/introduction_and_overview.html
@@ -3,9 +3,9 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Introduction and Overview</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">
-<link rel="up" 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="../index.html" title="Boost.Regex 5.0.1">
<link rel="prev" href="install.html" title="Building and Installing the Library">
<link rel="next" href="unicode.html" title="Unicode and Boost.Regex">
</head>
@@ -96,9 +96,9 @@
the escape is seen once by the C++ compiler, before it gets to be seen by the
regular expression engine, consequently escapes in regular expressions have
to be doubled up when embedding them in C/C++ code. Also note that all the
- examples assume that your compiler supports argument-dependent-lookup lookup,
- if yours doesn't (for example VC6), then you will have to add some <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span></code> prefixes
- to some of the function calls in the examples.
+ examples assume that your compiler supports argument-dependent lookup, if yours
+ doesn't (for example VC6), then you will have to add some <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span></code> prefixes to some of the function calls in
+ the examples.
</p>
<p>
Those of you who are familiar with credit card processing, will have realized