Răsfoiți Sursa

add base from member

[SVN r11627]
Beman Dawes 24 ani în urmă
părinte
comite
96f7243296
1 a modificat fișierele cu 8 adăugiri și 5 ștergeri
  1. 8 5
      libs/libraries.htm

+ 8 - 5
libs/libraries.htm

@@ -4,7 +4,7 @@
 <meta http-equiv="Content-Type"
 content="text/html; charset=iso-8859-1">
 <meta name="ProgId" content="FrontPage.Editor.Document">
-<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
+<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
 <title>Boost Libraries</title>
 <meta name="Microsoft Border" content="none, default">
 </head>
@@ -13,7 +13,8 @@ content="text/html; charset=iso-8859-1">
 
 <table border="1" cellpadding="2" bgcolor="#007F7F">
     <tr>
-        <td bgcolor="#FFFFFF"><img src="../c++boost.gif"
+        <td bgcolor="#FFFFFF">
+        <img src="../c++boost.gif"
         alt="c++boost.gif (8819 bytes)" width="277" height="86"></td>
         <td><a href="../index.htm"><font color="#FFFFFF" size="4"
         face="Arial">Home</font></a></td>
@@ -154,7 +155,7 @@ out how to build object libraries, when needed.</p>
     <li><a href="utility/utility.htm">utility</a> - Class <b>noncopyable</b>
         plus <b>checked_delete()</b>, <b>checked_array_delete()</b>, <b>next(),</b>&nbsp;
       <b>prior()</b>
-        function templates, from Dave Abrahams and others. </li>
+        function templates, plus <b>base-from-member idiom</b>, from Dave Abrahams and others. </li>
 </ul>
 
 <hr>
@@ -335,6 +336,8 @@ out how to build object libraries, when needed.</p>
 <h3><a name="Miscellaneous">Miscellaneous</a></h3>
 
 <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="utility/compressed_pair.htm">compressed_pair</a>
         - Empty member optimization, from John Maddock, Howard
         Hinnant, et al.</li>
@@ -395,6 +398,6 @@ libraries will soon be either submitted for formal review or removed.</p>
 <hr>
 
 <p>Revised <!--webbot bot="Timestamp" s-type="EDITED"
-s-format="%d %b %Y" startspan -->26 Sep 2001<!--webbot bot="Timestamp" endspan i-checksum="14938" --></p>
+s-format="%d %b %Y" startspan -->07 Nov 2001<!--webbot bot="Timestamp" i-checksum="15250" endspan --></p>
 </body>
-</html>
+</html>

粤ICP备19079148号