mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
- Updates according to library requirements
- cleanup of inspect warnings - various requiremets like libraries.htm and maintainers.txt [SVN r73786]
This commit is contained in:
parent
b58089aebc
commit
b6e7caa833
4 changed files with 7 additions and 2 deletions
|
@ -173,6 +173,8 @@ how to download, build, and install the libraries.</p>
|
|||
<li><a href="lambda/index.html">lambda</a> - Define small unnamed
|
||||
function objects at the actual call site, and more, from Jaakko Järvi and
|
||||
Gary Powell.</li>
|
||||
<li><a href="locale/index.html">locale</a> - Provide localization and Unicode
|
||||
handling tools for C++, from Artyom Beilis</li>
|
||||
<li><a href="conversion/lexical_cast.htm">lexical_cast</a> - General literal text conversions, such as an <code>int</code> represented as
|
||||
a <code>string</code>, or vice-versa, from Kevlin Henney.</li>
|
||||
<li><a href="math/doc/index.html">math</a> - Several contributions in the
|
||||
|
@ -340,6 +342,8 @@ how to download, build, and install the libraries.</p>
|
|||
<li><a href="format/index.html">format</a> - Type-safe 'printf-like' format
|
||||
operations, from Samuel Krempp.</li>
|
||||
<li><a href="iostreams/doc/index.html">iostreams</a> - Framework for defining streams, stream buffers and i/o filters, from Jonathan Turkanis.</li>
|
||||
<li><a href="locale/index.html">locale</a> - Provide localization and Unicode
|
||||
handling tools for C++, from Artyom Beilis</li>
|
||||
<li><a href="regex/index.html">regex</a> - Regular expression
|
||||
library, from John Maddock</li>
|
||||
<li><a href="spirit/index.html">spirit</a> - LL parser framework
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e25401af1674388e6251c31cd0931f6a133b53ff
|
||||
Subproject commit 48ff4519b867bd063bf3bb880e4bc1497306642a
|
|
@ -50,6 +50,7 @@ io Daryle Walker <darylew -at- hotmail.com>
|
|||
iostreams Jonathan Turkanis <turkanis -at- coderage.com>
|
||||
iterator David Abrahams <dave -at- boost-consulting.com>, Thomas Witt <witt - at - acm.org>
|
||||
lambda Jaakko Jarvi <jarvi -at- cs.tamu.edu>
|
||||
locale Artyom Beilis <artyomtnk -at- yahoo.com>
|
||||
logic Douglas Gregor <dgregor -at- cs.indiana.edu>
|
||||
math Hubert Holin <Hubert.Holin -at- meteo.fr>, John Maddock <john -at- johnmaddock.co.uk>
|
||||
move Ion Gaztanaga <igaztanaga -at- gmail.com>
|
||||
|
|
|
@ -6398,7 +6398,7 @@ These tests will fail in most compilers that don't support rvalue references.
|
|||
</note>
|
||||
</mark-unusable>
|
||||
<mark-unusable>
|
||||
<toolset name="*msvc*wm5*" />
|
||||
<toolset name="msvc-9.0~wm5~stlport5.2" />
|
||||
<note author="Artyom Beilis">
|
||||
Windows Mobile lacks essential features of the standard C
|
||||
library like gmtime, mktime, localtime making it impossible
|
||||
|
|
Loading…
Add table
Reference in a new issue