mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Some fixes for the chrono documentation.
[SVN r70011]
This commit is contained in:
parent
68852ad569
commit
f046df2065
2 changed files with 3 additions and 3 deletions
|
@ -7,10 +7,10 @@
|
|||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http://www.boost.org/LICENSE_1_0.txt) -->
|
||||
<title>Redirect to generated documentation</title>
|
||||
<meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/boost_chrono.html">
|
||||
<meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/chrono.html">
|
||||
</head>
|
||||
<body>
|
||||
Automatic redirection failed, please go to
|
||||
<a href="http://boost-sandbox.sourceforge.net/doc/html/boost_chrono.html">http://boost-sandbox.sourceforge.net/doc/html/boost_chrono.html</a>
|
||||
<a href="http://boost-sandbox.sourceforge.net/doc/html/chrono.html">http://boost-sandbox.sourceforge.net/doc/html/chrono.html</a>
|
||||
</body>
|
||||
</html>
|
|
@ -702,7 +702,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
|
|||
<ul>
|
||||
<li><a href="utility/base_from_member.html">base-from-member</a> - Idiom to
|
||||
initialize a base class with a member, from Daryle Walker.</li>
|
||||
<li><a href="chrono/index.html">chrono</a> - A compile time ratio arithmetic,
|
||||
<li><a href="chrono/index.html">chrono</a> - Useful time utilities,
|
||||
from Vicente J. Botet Escribá.</li>
|
||||
<li><a href="utility/compressed_pair.htm">compressed_pair</a>
|
||||
- Empty member optimization, from John Maddock, Howard
|
||||
|
|
Loading…
Add table
Reference in a new issue