summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
authorDave Abrahams <dave@boostpro.com>2006-02-20 18:06:47 +0000
committerDave Abrahams <dave@boostpro.com>2006-02-20 18:06:47 +0000
commitb357943feb1dc9893f4a828e76926b29f3ef309d (patch)
tree75b9635d4c7b292b48a950bdfa85784d3e8ad49e /index.htm
parent179ea1931bf287ebcc1fcbe5e407f02e576e8301 (diff)
downloadboost-b357943feb1dc9893f4a828e76926b29f3ef309d.tar.gz
Flesh out parameter, python changes. Re-alphabetize.
[SVN r33031]
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm56
1 files changed, 35 insertions, 21 deletions
diff --git a/index.htm b/index.htm
index e560917eae..72ae039fcb 100644
--- a/index.htm
+++ b/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>
@@ -359,6 +359,33 @@
<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
Library</a>:</span>
@@ -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>