]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/conversion/index.html
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / conversion / index.html
index afc39d3f7482a1a5272adf374d316d42f1cd8533..0f61fb0cab74c6de581b8144cca5a7f6c3ef99e1 100644 (file)
@@ -1,53 +1,35 @@
+<!DOCTYPE html>
+<!--
+ Copyright (c) 2016 Mikhail Maximov
+ vigorous.activity at gmail dot com
+ Distributed under the Boost Software License,
+ Version 1.0. (See accompanying file LICENSE_1_0.txt
+ or copy at http://boost.org/LICENSE_1_0.txt)
+-->
 <html>
-
 <head>
-<meta http-equiv="Content-Language" content="en-us">
-<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
-<title>Boost Conversion Library</title>
+<meta charset="utf-8">
+<meta http-equiv="refresh" content="0; url=../../doc/html/conversion.html">
+<title>Boost.Conversion</title>
 <style>
-   .copyright
-    {
-        color: #666666;
-        font-size: small;
-    }
+  body {
+    background: #fff;
+    color: #000;
+  }
+  a {
+    color: #00f;
+    text-decoration: none;
+  }
 </style>
 </head>
-
-<body bgcolor="#FFFFFF" text="#000000">
-
-<h1><img border="0" src="../../boost.png" align="center" width="277" height="86">Boost
-Conversion Library</h1>
-
-<p>The Conversion Library improves program safety and clarity by performing
-otherwise messy conversions.&nbsp; It includes cast-style function templates designed to complement the C++
-Standard's built-in casts.</p>
-<p>To reduce coupling, particularly to standard library IOStreams, the Boost
-Conversion Library is
-supplied by several headers:</p>
-<ul>
-  <li>The <a href="cast.htm">boost/polymorphic_cast.hpp and boost/polymorphic_pointer_cast.hpp</a> 
-    headers provide <b>polymorphic_cast&lt;&gt;</b>,
-    <b>polymorphic_downcast&lt;&gt;</b> and <b>polymorphic_pointer_downcast&lt;&gt;</b> to perform safe casting between
-  polymorphic types.<br>
-  </li>
-  <li>The boost/implicit_cast.hpp header provides <b>implicit_cast&lt;&gt;</b>
-    to perform implicit casts only (no down-cast, no void*->T*, no U->T if T has only explicit constructors for U).<br>
-  </li>
-  <li>The <a href="../../doc/html/boost_lexical_cast.html">boost/lexical_cast</a> header provides <b>lexical_cast&lt;&gt;</b>
-    general literal text conversions, such as an <code>int</code> represented as
-    a <code>string</code>, or vice-versa.</li>
-</ul>
-<hr>
-<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED"
-S-Format="%d %B, %Y" startspan -->June 23, 2005<!--webbot bot="Timestamp" endspan i-checksum="30348" -->
-</p>
-<p class="copyright">
-    Copyright 2001 Beman Dawes.
-    Distributed under the Boost Software License, Version 1.0. (See accompanying
-    file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)
-</p>
+<body>
+  <p>
+    Automatic redirection failed, please go to
+    <a href="../../doc/html/conversion.html">../../doc/html/conversion.html</a>
+  </p>
+  <p>
+    &copy; 2014 Antony Polukhin
+  </p>
 </body>
-
-</html>
+</html>
\ No newline at end of file