add Format lib
[SVN r14016]
This commit is contained in:
parent
d690816012
commit
bee9787d22
@ -108,6 +108,8 @@ formal reviews of proposed libraries. There is also a users mailing list.</p>
|
||||
<h2><a name="Latest News">Latest News</a></h2>
|
||||
<p>???, 2002 - Version 1.29.0</p>
|
||||
<ul>
|
||||
<li><a href="file:///C:/boost/site/libs/format/index.htm">Format Library</a>
|
||||
added - Type-safe 'printf-like' format operations, from Samuel Krempp.</li>
|
||||
<li><a href="libs/multi_array/doc/index.html">Multi-array Library</a> added -
|
||||
Multidimensional containers and adaptors for arrays of contiguous data, from
|
||||
Ron Garcia.</li>
|
||||
@ -213,7 +215,7 @@ formal reviews of proposed libraries. There is also a users mailing list.</p>
|
||||
|
||||
<hr>
|
||||
<p>Revised
|
||||
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->17 May, 2002<!--webbot bot="Timestamp" endspan i-checksum="13977" --></p>
|
||||
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->22 May, 2002<!--webbot bot="Timestamp" endspan i-checksum="13968" --></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
@ -98,6 +98,8 @@ out how to build object libraries, when needed.</p>
|
||||
Kevlin Henney.</li>
|
||||
<li><a href="crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle
|
||||
Walker.</li>
|
||||
<li><a href="format/index.htm">format</a> - Type-safe 'printf-like' format
|
||||
operations, from Samuel Krempp.</li>
|
||||
<li><a href="function/index.html">function</a> - Function object wrappers
|
||||
for deferred calls or callbacks, from Doug Gregor.</li>
|
||||
<li><a href="functional/index.html">functional</a> - Enhanced
|
||||
@ -191,6 +193,8 @@ out how to build object libraries, when needed.</p>
|
||||
<ul>
|
||||
<li><a href="conversion/lexical_cast.htm">conversion/lexical_cast</a> - <tt>lexical_cast</tt>
|
||||
class template, from Kevlin Henney.</li>
|
||||
<li><a href="format/index.htm">format</a> - Type-safe 'printf-like' format
|
||||
operations, from Samuel Krempp.</li>
|
||||
<li><a href="regex/index.htm">regex</a> - Regular expression
|
||||
library, from John Maddock</li>
|
||||
<li><a href="tokenizer/index.htm">tokenizer</a> - Break of a string or other
|
||||
@ -365,6 +369,8 @@ out how to build object libraries, when needed.</p>
|
||||
|
||||
<h3><a name="IO">Input/Output</a></h3>
|
||||
<ul>
|
||||
<li><a href="format/index.htm">format</a> - Type-safe 'printf-like' format
|
||||
operations, from Samuel Krempp.</li>
|
||||
<li><a href="io/doc/ios_state.html">io state savers</a> - Save I/O state to
|
||||
prevent jumbled data, from Daryle Walker.</li>
|
||||
</ul>
|
||||
@ -457,6 +463,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 -->16 May 2002<!--webbot bot="Timestamp" i-checksum="15117" endspan --></p>
|
||||
s-format="%d %b %Y" startspan -->22 May 2002<!--webbot bot="Timestamp" i-checksum="15110" endspan --></p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user