mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Flesh out parameter, python changes. Re-alphabetize.
[SVN r33031]
This commit is contained in:
parent
179ea1931b
commit
b357943feb
1 changed files with 35 additions and 21 deletions
56
index.htm
56
index.htm
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
|
@ -357,6 +357,33 @@
|
|||
</ul>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<span class="library"><a href=
|
||||
"libs/parameter/index.html">Parameter
|
||||
Library</a>:</span>
|
||||
|
||||
<ul>
|
||||
<li>Every ArgumentPack is now a valid <a href=
|
||||
"libs/mpl/doc/refmanual/forward-sequence.html">MPL
|
||||
Forward Sequence.</a></li>
|
||||
|
||||
<li>Support for unnamed arguments (those whose
|
||||
keyword is deduced from their types) is
|
||||
added.</li>
|
||||
|
||||
<li>Support for named and unnamed template
|
||||
arguments is added.</li>
|
||||
|
||||
<li>New overload generation macros solve the
|
||||
<a href=
|
||||
"http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1385.htm">
|
||||
forwarding problem</a> directly.</li>
|
||||
|
||||
<li>See also the Python library changes,
|
||||
below.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<span class="library"><a href=
|
||||
"libs/ptr_container/index.html">Pointer Container
|
||||
|
@ -403,27 +430,14 @@
|
|||
<code>stl_input_iterator</code></a>, for
|
||||
turning a Python iterable object into an STL
|
||||
input iterator, from Eric Niebler.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><span class="library"><a href=
|
||||
"libs/python/index.html">Python Library</a>:</span>
|
||||
Boost.Python now automatically appends C++
|
||||
signatures to docstrings. The new <a href=
|
||||
"libs/python/doc/v2/docstring_options.html"><code>docstring_options.hpp</code></a>
|
||||
header is available to control the content of
|
||||
docstrings. Support for <code>void*</code>
|
||||
conversions is added.</li>
|
||||
<li>Support for <code>void*</code> conversions
|
||||
is added.</li>
|
||||
|
||||
<li>
|
||||
<span class="library"><a href=
|
||||
"libs/parameter/index.html">Parameter
|
||||
Library</a>:</span>
|
||||
|
||||
<ul>
|
||||
<li>Every ArgumentPack is now a valid <a href=
|
||||
"libs/mpl/doc/refmanual/forward-sequence.html">MPL
|
||||
Forward Sequence</a></li>
|
||||
<li>Integrated support for wrapping C++
|
||||
functions built with the parameter library;
|
||||
keyword names are automatically known to
|
||||
docsstrings.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue