mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
fix links broken by index.htm to index.html renaming
[SVN r21233]
This commit is contained in:
parent
0e6dfdd672
commit
ac39dc02a9
8 changed files with 29 additions and 29 deletions
|
@ -261,7 +261,7 @@
|
|||
href="libs/regex/index.html">Boost.Regex</a> have been adjusted to avoid
|
||||
warnings with GCC-3.3, and Boost.Format also now works with string types other
|
||||
than <code>std::string</code>.
|
||||
<li><a href="libs/smart_ptr/index.htm">Smart Pointers</a>
|
||||
<li><a href="libs/smart_ptr/index.html">Smart Pointers</a>
|
||||
<ul>
|
||||
<li><code>checked_delete</code> now works on more platforms
|
||||
<li>Compatibility with the SunPro compiler
|
||||
|
@ -300,7 +300,7 @@
|
|||
directly as EBNF grammars in inlined C++ source code, complete with semantic
|
||||
actions, ASTs and much more, from Joel de Guzman and team.
|
||||
<li>
|
||||
<a href="libs/smart_ptr/index.htm">Smart Pointers Library</a> - cast functions are now
|
||||
<a href="libs/smart_ptr/index.html">Smart Pointers Library</a> - cast functions are now
|
||||
spelled <a href="libs/smart_ptr/shared_ptr.htm#static_pointer_cast">static_pointer_cast</a>
|
||||
/ <a href="libs/smart_ptr/shared_ptr.htm#dynamic_pointer_cast">dynamic_pointer_cast</a>
|
||||
; <a href="libs/smart_ptr/enable_shared_from_this.html">enable_shared_from_this</a>
|
||||
|
@ -356,7 +356,7 @@
|
|||
runtime sized version of the <tt>std::bitset</tt>
|
||||
class from Jeremy Siek and Chuck Allison.
|
||||
<li>
|
||||
<a href="libs/format/index.htm">Format Library</a>
|
||||
<a href="libs/format/index.html">Format Library</a>
|
||||
added - Type-safe 'printf-like' format operations, from Samuel Krempp.
|
||||
<li>
|
||||
<a href="libs/function/index.html">Function Library</a>: Major syntactic
|
||||
|
@ -416,7 +416,7 @@
|
|||
<a href="libs/random/index.html">Random Number Library</a>: Avoid compiler
|
||||
warnings
|
||||
<li>
|
||||
<a href="libs/smart_ptr/index.htm">Smart Pointers Library</a>: Added <a href="libs/smart_ptr/shared_ptr.htm#shared_polymorphic_cast">
|
||||
<a href="libs/smart_ptr/index.html">Smart Pointers Library</a>: Added <a href="libs/smart_ptr/shared_ptr.htm#shared_polymorphic_cast">
|
||||
shared_polymorphic_cast</a> and <a href="libs/smart_ptr/shared_ptr.htm#shared_polymorphic_downcast">
|
||||
shared_polymorphic_downcast</a>.
|
||||
<li>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 5f5d42421354ee4cd096ed163f8710830fe36cda
|
||||
Subproject commit 2a37f91d1912c8725e1c6bffbc0a769640c45fc2
|
|
@ -1 +1 @@
|
|||
Subproject commit 42a08f3ca523f2379f9aae3c19978b16ae922de4
|
||||
Subproject commit 0fd24218e9a5e2cf57ad7a0fe5c2c1c1efe68538
|
|
@ -67,7 +67,7 @@ how to download, build, and install the libraries.</p>
|
|||
<ul>
|
||||
<li><a href="any/index.html">any</a> - Safe, generic container for single
|
||||
values of different value types, from Kevlin Henney. </li>
|
||||
<li><a href="array/index.htm">array</a> - STL compliant
|
||||
<li><a href="array/index.html">array</a> - STL compliant
|
||||
container wrapper for arrays of constant size, from
|
||||
Nicolai Josuttis.</li>
|
||||
<li><a href="bind/bind.html">bind</a> and <a href="bind/mem_fn.html"> mem_fn</a> - Generalized binders for function/object/pointers and member functions, from Peter
|
||||
|
@ -88,7 +88,7 @@ how to download, build, and install the libraries.</p>
|
|||
<li><a href="config/config.htm">config</a> - Helps boost
|
||||
library developers adapt to compiler idiosyncrasies; not
|
||||
intended for library users.</li>
|
||||
<li><a href="conversion/index.htm">conversion</a> - Numeric,
|
||||
<li><a href="conversion/index.html">conversion</a> - Numeric,
|
||||
polymorphic, and lexical casts, from Dave Abrahams and
|
||||
Kevlin Henney.</li>
|
||||
<li><a href="crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle
|
||||
|
@ -99,7 +99,7 @@ how to download, build, and install the libraries.</p>
|
|||
<li><a href="filesystem/doc/index.htm">filesystem</a> - Portable paths,
|
||||
iteration over directories, and other useful filesystem operations, from
|
||||
Beman Dawes.</li>
|
||||
<li><a href="format/index.htm">format</a> - Type-safe 'printf-like' format
|
||||
<li><a href="format/index.html">format</a> - Type-safe 'printf-like' format
|
||||
operations, from Samuel Krempp.</li>
|
||||
<li><a href="function/index.html">function</a> - Function object wrappers
|
||||
for deferred calls or callbacks, from Doug Gregor.</li>
|
||||
|
@ -108,7 +108,7 @@ how to download, build, and install the libraries.</p>
|
|||
<li><a href="graph/doc/table_of_contents.html">graph</a> -
|
||||
Generic graph components and algorithms, from Jeremy Siek
|
||||
and a University of Notre Dame team.</li>
|
||||
<li><a href="integer/index.htm">integer</a> - Headers to ease
|
||||
<li><a href="integer/index.html">integer</a> - Headers to ease
|
||||
dealing with integral types.</li>
|
||||
<li><a href="numeric/interval/doc/interval.htm">interval </a>- Extends the
|
||||
usual arithmetic functions to mathematical intervals, from Guillaume
|
||||
|
@ -168,7 +168,7 @@ how to download, build, and install the libraries.</p>
|
|||
library, from John Maddock.</li>
|
||||
<li><a href="signals/index.html">signals</a> - managed signals &
|
||||
slots callback implementation, from Doug Gregor.</li>
|
||||
<li><a href="smart_ptr/index.htm">smart_ptr</a> - Five smart
|
||||
<li><a href="smart_ptr/index.html">smart_ptr</a> - Five smart
|
||||
pointer class templates, from Greg Colvin, Beman Dawes,
|
||||
Peter Dimov, and Darin Adler.</li>
|
||||
<li><a href="static_assert/static_assert.htm">static_assert</a>
|
||||
|
@ -182,14 +182,14 @@ how to download, build, and install the libraries.</p>
|
|||
execution monitoring, from Gennadiy Rozental.</li>
|
||||
<li><a href="thread/doc/index.html">thread</a> - Portable C++
|
||||
multi-threading, from William Kempf.</li>
|
||||
<li><a href="timer/index.htm">timer</a> - Event timer,
|
||||
<li><a href="timer/index.html">timer</a> - Event timer,
|
||||
progress timer, and progress display classes, from Beman
|
||||
Dawes.</li>
|
||||
<li><a href="tokenizer/index.htm">tokenizer</a> - Break of a string or other
|
||||
<li><a href="tokenizer/index.html">tokenizer</a> - Break of a string or other
|
||||
character sequence into a series of tokens, from John Bandela.</li>
|
||||
<li><a href="tuple/doc/tuple_users_guide.html">tuple</a> - Ease definition of functions returning multiple values, and more,
|
||||
from Jaakko Järvi.</li>
|
||||
<li><a href="type_traits/index.htm">type_traits</a> -
|
||||
<li><a href="type_traits/index.html">type_traits</a> -
|
||||
Templates for fundamental properties of types, from John
|
||||
Maddock, Steve Cleary, et al.</li>
|
||||
<li><a href="numeric/ublas/doc/index.htm">uBLAS</a> - Basic linear algebra
|
||||
|
@ -211,21 +211,21 @@ how to download, build, and install the libraries.</p>
|
|||
<ul>
|
||||
<li><a href="conversion/lexical_cast.htm">conversion/lexical_cast</a> - <tt>lexical_cast</tt>
|
||||
class template, from Kevlin Henney.</li>
|
||||
<li><a href="format/index.htm">format</a> - Type-safe 'printf-like' format
|
||||
<li><a href="format/index.html">format</a> - Type-safe 'printf-like' format
|
||||
operations, from Samuel Krempp.</li>
|
||||
<li><a href="regex/index.html">regex</a> - Regular expression
|
||||
library, from John Maddock</li>
|
||||
<li><a href="spirit/index.html">spirit</a> - LL parser framework
|
||||
represents parsers directly as EBNF grammars in inlined C++, from Joel de
|
||||
Guzman and team.</li>
|
||||
<li><a href="tokenizer/index.htm">tokenizer</a> - Break of a string or other
|
||||
<li><a href="tokenizer/index.html">tokenizer</a> - Break of a string or other
|
||||
character sequence into a series of tokens, from John Bandela.</li>
|
||||
</ul>
|
||||
|
||||
<h3><a name="Containers">Containers</a></h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="array/index.htm">array</a> - STL compliant
|
||||
<li><a href="array/index.html">array</a> - STL compliant
|
||||
container wrapper for arrays of constant size, from
|
||||
Nicolai Josuttis.</li>
|
||||
<li><a href="dynamic_bitset/dynamic_bitset.html">dynamic_bitset</a> - A runtime sized version of <tt>std::bitset</tt> from Jeremy Siek and Chuck Allison.</li>
|
||||
|
@ -254,7 +254,7 @@ how to download, build, and install the libraries.</p>
|
|||
<li><a href="utility/operators.htm">operators</a> - Templates
|
||||
ease arithmetic classes and iterators, from Dave Abrahams
|
||||
and Jeremy Siek.</li>
|
||||
<li><a href="tokenizer/index.htm">tokenizer</a> - Break of a string or other
|
||||
<li><a href="tokenizer/index.html">tokenizer</a> - Break of a string or other
|
||||
character sequence into a series of tokens, from John Bandela.</li>
|
||||
</ul>
|
||||
|
||||
|
@ -311,7 +311,7 @@ how to download, build, and install the libraries.</p>
|
|||
<li><a href="static_assert/static_assert.htm">static_assert</a>
|
||||
- Static assertions (compile time assertions), from John
|
||||
Maddock.</li>
|
||||
<li><a href="type_traits/index.htm">type_traits</a> -
|
||||
<li><a href="type_traits/index.html">type_traits</a> -
|
||||
Templates for fundamental properties of types, from John
|
||||
Maddock, Steve Cleary, et al.</li>
|
||||
</ul>
|
||||
|
@ -325,7 +325,7 @@ how to download, build, and install the libraries.</p>
|
|||
<li><a href="static_assert/static_assert.htm">static_assert</a>
|
||||
- Static assertions (compile time assertions), from John
|
||||
Maddock.</li>
|
||||
<li><a href="type_traits/index.htm">type_traits</a> -
|
||||
<li><a href="type_traits/index.html">type_traits</a> -
|
||||
Templates for fundamental properties of types, from John
|
||||
Maddock, Steve Cleary, et al.</li>
|
||||
</ul>
|
||||
|
@ -352,7 +352,7 @@ how to download, build, and install the libraries.</p>
|
|||
domain of mathematics, from various authors.</li>
|
||||
<li><a href="conversion/cast.htm">conversion/numeric_cast</a> - <tt>numeric_cast</tt>
|
||||
class template, from Kevlin Henney.</li>
|
||||
<li><a href="integer/index.htm">integer</a> - Headers to ease
|
||||
<li><a href="integer/index.html">integer</a> - Headers to ease
|
||||
dealing with integral types.</li>
|
||||
<li><a href="numeric/interval/doc/interval.htm">interval </a>- Extends the
|
||||
usual arithmetic functions to mathematical intervals, from Guillaume
|
||||
|
@ -408,7 +408,7 @@ how to download, build, and install the libraries.</p>
|
|||
|
||||
<h3><a name="IO">Input/Output</a></h3>
|
||||
<ul>
|
||||
<li><a href="format/index.htm">format</a> - Type-safe 'printf-like' format
|
||||
<li><a href="format/index.html">format</a> - Type-safe 'printf-like' format
|
||||
operations, from Samuel Krempp.</li>
|
||||
<li><a href="io/doc/ios_state.html">io state savers</a> - Save I/O state to
|
||||
prevent jumbled data, from Daryle Walker.</li>
|
||||
|
@ -428,7 +428,7 @@ how to download, build, and install the libraries.</p>
|
|||
<ul>
|
||||
<li><a href="pool/doc/index.html">pool</a> - Memory pool management, from
|
||||
Steve Cleary.</li>
|
||||
<li><a href="smart_ptr/index.htm">smart_ptr</a> - Five smart
|
||||
<li><a href="smart_ptr/index.html">smart_ptr</a> - Five smart
|
||||
pointer class templates, from Greg Colvin, Beman Dawes,
|
||||
Peter Dimov, and Darin Adler.</li>
|
||||
<li><a href="utility/utility.htm">utility</a> - Class <b>noncopyable</b>
|
||||
|
@ -453,7 +453,7 @@ how to download, build, and install the libraries.</p>
|
|||
<li><a href="utility/compressed_pair.htm">compressed_pair</a>
|
||||
- Empty member optimization, from John Maddock, Howard
|
||||
Hinnant, et al.</li>
|
||||
<li><a href="conversion/index.htm">conversion</a> - Numeric,
|
||||
<li><a href="conversion/index.html">conversion</a> - Numeric,
|
||||
polymorphic, and lexical casts, from Dave Abrahams and
|
||||
Kevlin Henney.</li>
|
||||
<li><a href="crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle
|
||||
|
@ -464,7 +464,7 @@ how to download, build, and install the libraries.</p>
|
|||
Beman Dawes.</li>
|
||||
<li><a href="optional/doc/optional.html">optional</a> - Discriminated-union
|
||||
wrapper for optional values, from Fernando Cacciola.</li>
|
||||
<li><a href="timer/index.htm">timer</a> - Event timer,
|
||||
<li><a href="timer/index.html">timer</a> - Event timer,
|
||||
progress timer, and progress display classes, from Beman
|
||||
Dawes.</li>
|
||||
<li><a href="utility/utility.htm">utility</a> - Class <b>noncopyable</b>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 858956bc600db9e8e993fb211a619a3a630b347e
|
||||
Subproject commit f38e44f5c32bc922a91ae0dc93b82d8b581b8dea
|
|
@ -1 +1 @@
|
|||
Subproject commit 4da202d5ae9c392ca3619d8c6d7059e5724c6595
|
||||
Subproject commit afb151d824613a07de7b9bd9fb90174f3164ad52
|
|
@ -1 +1 @@
|
|||
Subproject commit 0c74dbd4363985b1278f418eda3b3c0e89a1bac7
|
||||
Subproject commit cbd30d22ff48b88617845ec530f843f823ed20c0
|
|
@ -26,6 +26,6 @@
|
|||
<p>He enjoys many other things - one of them is diving in wonderful, warm, sunny
|
||||
seas when he can afford it. And obviously, another is eating camembert and
|
||||
bread, drinking wine... and other activities typical of a French guy :)</p>
|
||||
<p>He's the author of the <a href="../libs/format/index.htm">Boost Format library</a>.</p>
|
||||
<p>He's the author of the <a href="../libs/format/index.html">Boost Format library</a>.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue