mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 05:42:15 +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">
|
||||
</head>
|
||||
<body>
|
||||
<p></p>
|
||||
<table id="Table1" cellspacing="1" cellpadding="1" width="100%" border="0">
|
||||
<table summary="contains the boost libraries logo and a page header"
|
||||
id="Table1" cellspacing="1" cellpadding="1" width="100%" border="0">
|
||||
<tr>
|
||||
<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>
|
||||
@ -31,7 +31,7 @@
|
||||
and setup</a> <dt><a href="install.html">Installation</a>
|
||||
<dd>
|
||||
<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#make">Building via Makefiles</a>
|
||||
<dd><dl class="index">
|
||||
@ -42,7 +42,8 @@
|
||||
<dt><a href="install.html#sun">
|
||||
Sun Forte Compiler</a>
|
||||
<dt><a href="install.html#other">Other compilers</a>
|
||||
</dl></dd></dt>
|
||||
</dt>
|
||||
</dl></dd>
|
||||
</dl>
|
||||
<dt>Backgrounders
|
||||
<dd>
|
||||
@ -55,7 +56,6 @@
|
||||
<dt><a href="syntax_basic.html">POSIX-Basic Regular Expressions</a></dt>
|
||||
</dl>
|
||||
</dd>
|
||||
</dt>
|
||||
<dt><a href="format_syntax.html">Format String Syntax</a>
|
||||
<dd>
|
||||
<dl class="index">
|
||||
@ -64,7 +64,6 @@
|
||||
<dt><a href="format_boost_syntax.html">Boost-Extended Format Syntax</a></dt>
|
||||
</dl>
|
||||
</dd>
|
||||
</dt>
|
||||
<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="unicode.html">Unicode Support (requires ICU)</a></dt>
|
||||
@ -76,7 +75,7 @@
|
||||
</dl>
|
||||
</dd>
|
||||
</dl>
|
||||
</dd></dt>
|
||||
</dd>
|
||||
<dt>Reference
|
||||
<dd>
|
||||
<dl class="index">
|
||||
|
Reference in New Issue
Block a user