mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 22:02:08 +02:00
minor code fixes; fixed typos reported in http://bugs.debian.org/378016
[SVN r34628]
This commit is contained in:
@ -7,8 +7,8 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="../../../boost.css">
|
<link rel="stylesheet" type="text/css" href="../../../boost.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p></p>
|
<table summary="contains the boost libraries logo and a page header"
|
||||||
<table id="Table1" cellspacing="1" cellpadding="1" width="100%" border="0">
|
id="Table1" cellspacing="1" cellpadding="1" width="100%" border="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" width="300">
|
<td valign="top" width="300">
|
||||||
<h3><a href="../../../index.htm"><img height="86" width="277" alt="C++ Boost" src="../../../boost.png" border="0"></a></h3>
|
<h3><a href="../../../index.htm"><img height="86" width="277" alt="C++ Boost" src="../../../boost.png" border="0"></a></h3>
|
||||||
@ -31,7 +31,7 @@
|
|||||||
and setup</a> <dt><a href="install.html">Installation</a>
|
and setup</a> <dt><a href="install.html">Installation</a>
|
||||||
<dd>
|
<dd>
|
||||||
<dl class="index">
|
<dl class="index">
|
||||||
<dt><a href="install.html#bjam">Building with bjam (prefered)</a>
|
<dt><a href="install.html#bjam">Building with bjam (preferred)</a>
|
||||||
<dt><a href="install.html#unicode">Building with Unicode/ICU support</a>
|
<dt><a href="install.html#unicode">Building with Unicode/ICU support</a>
|
||||||
<dt><a href="install.html#make">Building via Makefiles</a>
|
<dt><a href="install.html#make">Building via Makefiles</a>
|
||||||
<dd><dl class="index">
|
<dd><dl class="index">
|
||||||
@ -42,7 +42,8 @@
|
|||||||
<dt><a href="install.html#sun">
|
<dt><a href="install.html#sun">
|
||||||
Sun Forte Compiler</a>
|
Sun Forte Compiler</a>
|
||||||
<dt><a href="install.html#other">Other compilers</a>
|
<dt><a href="install.html#other">Other compilers</a>
|
||||||
</dl></dd></dt>
|
</dt>
|
||||||
|
</dl></dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dt>Backgrounders
|
<dt>Backgrounders
|
||||||
<dd>
|
<dd>
|
||||||
@ -55,7 +56,6 @@
|
|||||||
<dt><a href="syntax_basic.html">POSIX-Basic Regular Expressions</a></dt>
|
<dt><a href="syntax_basic.html">POSIX-Basic Regular Expressions</a></dt>
|
||||||
</dl>
|
</dl>
|
||||||
</dd>
|
</dd>
|
||||||
</dt>
|
|
||||||
<dt><a href="format_syntax.html">Format String Syntax</a>
|
<dt><a href="format_syntax.html">Format String Syntax</a>
|
||||||
<dd>
|
<dd>
|
||||||
<dl class="index">
|
<dl class="index">
|
||||||
@ -64,7 +64,6 @@
|
|||||||
<dt><a href="format_boost_syntax.html">Boost-Extended Format Syntax</a></dt>
|
<dt><a href="format_boost_syntax.html">Boost-Extended Format Syntax</a></dt>
|
||||||
</dl>
|
</dl>
|
||||||
</dd>
|
</dd>
|
||||||
</dt>
|
|
||||||
<dt><a href="partial_matches.html">Partial matches: matches against incomplete or infinitely long texts</a>
|
<dt><a href="partial_matches.html">Partial matches: matches against incomplete or infinitely long texts</a>
|
||||||
<dt><a href="captures.html">Understanding Captures</a></dt>
|
<dt><a href="captures.html">Understanding Captures</a></dt>
|
||||||
<dt><a href="unicode.html">Unicode Support (requires ICU)</a></dt>
|
<dt><a href="unicode.html">Unicode Support (requires ICU)</a></dt>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
</dl>
|
</dl>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</dd></dt>
|
</dd>
|
||||||
<dt>Reference
|
<dt>Reference
|
||||||
<dd>
|
<dd>
|
||||||
<dl class="index">
|
<dl class="index">
|
||||||
|
Reference in New Issue
Block a user