Просмотр исходного кода

value_initialized added

[SVN r22076]
Fernando Cacciola 22 лет назад
Родитель
Сommit
4cb2bbb13a
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      libs/libraries.htm

+ 5 - 1
libs/libraries.htm

@@ -196,6 +196,8 @@ how to download, build, and install the libraries.</p>
         plus <b>checked_delete()</b>, <b>checked_array_delete()</b>, <b>next(),</b>&nbsp;
       <b>prior()</b>
         function templates, plus <b>base-from-member idiom</b>, from Dave Abrahams and others.</li>
+	<li><a href="utility/value_init.htm">value_initialized</a> - Wrapper for uniform-syntax value initialization, 
+	from Fernando Cacciola, based on the original idea of David Abrahams.</li>
     <li><a href="variant/index.html">variant</a> - Safe, generic, stack-based discriminated union
     container, from Eric Friedman and Itay Maman.</li>
 </ul>
@@ -467,6 +469,8 @@ how to download, build, and install the libraries.</p>
         plus <b>checked_delete()</b>, <b>checked_array_delete()</b>, <b>next(),</b>&nbsp;
       <b>prior()</b>
         function templates, plus <b>base-from-member idiom</b>, from Dave Abrahams and others. </li>
+	<li><a href="utility/value_init.htm">value_initialized</a> - Wrapper for uniform-syntax value initialization, 
+	from Fernando Cacciola, based on the original idea of David Abrahams.</li>		
 </ul>
 
 <h3>Broken compiler <a name="workarounds">workarounds</a></h3>
@@ -486,6 +490,6 @@ how to download, build, and install the libraries.</p>
 
 <p>Revised 
 <!--webbot bot="Timestamp" s-type="EDITED"
-s-format="%d %b %Y" startspan -->26 Nov 2003<!--webbot bot="Timestamp" endspan i-checksum="15258" --></p>
+s-format="%d %b %Y" startspan -->30 Jan 2004<!--webbot bot="Timestamp" endspan i-checksum="15258" --></p>
 </body>
 </html>

粤ICP备19079148号