Some fixes for the chrono documentation.

[SVN r70011]
This commit is contained in:
Daniel James 2011-03-16 00:21:19 +00:00
parent 68852ad569
commit f046df2065
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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&aacute;.</li>
<li><a href="utility/compressed_pair.htm">compressed_pair</a>
- Empty member optimization, from John Maddock, Howard