mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
add release note about new python::stl_input_iterator
[SVN r32980]
This commit is contained in:
parent
2490eae4f4
commit
1fe3af5d13
1 changed files with 23 additions and 23 deletions
46
index.htm
46
index.htm
|
@ -252,33 +252,33 @@
|
|||
<li>See the <a href="libs/graph/doc/history.html#1.34.0">complete revision history</a> for more information.</li>
|
||||
</ul></li>
|
||||
|
||||
<li><span class="library"><a href="libs/multi_index/doc/index.html">Multi-index Containers Library</a>:</span>
|
||||
<ul>
|
||||
<li><span class="library"><a href="libs/multi_index/doc/index.html">Multi-index Containers Library</a>:</span>
|
||||
<ul>
|
||||
<li>New <a href="libs/multi_index/doc/tutorial/indices.html#rnd_indices">random access indices</a>.</li>
|
||||
<li>Non key-based indices feature new <a href="libs/multi_index/doc/tutorial/indices.html#rearrange">rearrange facilities</a>.</li>
|
||||
<li>This version also includes a number of optimizations and usage improvements. For a complete list of changes, see the library
|
||||
<a href="libs/multi_index/doc/release_notes.html#boost_1_34">release notes</a>.</li>
|
||||
</ul></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. </li>
|
||||
<li><span class="library"><a href="libs/python/index.html">Python Library</a>:</span>
|
||||
<ul>
|
||||
<li>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.</li>
|
||||
<li><a href="libs/python/doc/v2/stl_iterator.html#stl_input_iterator-spec">
|
||||
<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/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>
|
||||
</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>
|
||||
</ul>
|
||||
</li>
|
||||
<li><span class="library"><a href="libs/wave/doc/index.html">Wave Library</a>:</span>
|
||||
<ul>
|
||||
<li>Wave now correctly recognizes pp-number tokens as mandated by the C++ Standard, which are converted to C++ tokens right before they are returned from the library.</li>
|
||||
|
@ -288,8 +288,8 @@
|
|||
<li>Support for optional comment and/or full whitespace preservation in the generated output stream has been added. </li>
|
||||
<li>This version also includes a number of bug fixes and usage improvements. For a complete list of changes, see the library <a href="libs/wave/ChangeLog">change log</a>.</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
</div>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue