mirror of
https://github.com/boostorg/phoenix.git
synced 2026-02-13 00:32:10 +00:00
82 lines
4.7 KiB
HTML
82 lines
4.7 KiB
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
|
<title>Release Notes</title>
|
|
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
|
|
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
|
|
<link rel="home" href="../index.html" title="Chapter 1. Phoenix 3.2.0">
|
|
<link rel="up" href="../index.html" title="Chapter 1. Phoenix 3.2.0">
|
|
<link rel="prev" href="../index.html" title="Chapter 1. Phoenix 3.2.0">
|
|
<link rel="next" href="what_s_new.html" title="What's New">
|
|
</head>
|
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
|
<table cellpadding="2" width="100%"><tr>
|
|
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
|
|
<td align="center"><a href="../../../../../index.html">Home</a></td>
|
|
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
|
|
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
|
|
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
|
|
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
|
|
</tr></table>
|
|
<hr>
|
|
<div class="spirit-nav">
|
|
<a accesskey="p" href="../index.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="what_s_new.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
|
|
</div>
|
|
<div class="section">
|
|
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
|
<a name="phoenix.release_notes"></a><a class="link" href="release_notes.html" title="Release Notes">Release Notes</a>
|
|
</h2></div></div></div>
|
|
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
|
|
<li class="listitem">
|
|
<span class="emphasis"><em>Version</em></span> 3.2.0
|
|
</li>
|
|
<li class="listitem">
|
|
<span class="emphasis"><em>New Features:</em></span>
|
|
<div class="itemizedlist"><ul class="itemizedlist" type="circle"><li class="listitem">
|
|
Phoenix now has a <span class="bold"><strong>lazy list</strong></span> implementation
|
|
as an optional extension.
|
|
</li></ul></div>
|
|
</li>
|
|
<li class="listitem">
|
|
<span class="emphasis"><em>New Example:</em></span>
|
|
<div class="itemizedlist"><ul class="itemizedlist" type="circle"><li class="listitem">
|
|
A new example <span class="bold"><strong>bind_goose</strong></span> shows the
|
|
compatibility between <span class="bold"><strong>boost bind</strong></span>
|
|
and <span class="bold"><strong>boost phoenix bind</strong></span>.
|
|
</li></ul></div>
|
|
</li>
|
|
<li class="listitem">
|
|
<span class="emphasis"><em>Fixed Bugs:</em></span>
|
|
<div class="itemizedlist"><ul class="itemizedlist" type="circle">
|
|
<li class="listitem">
|
|
<a href="http://svn.boost.org/trac/boost/ticket/10927" target="_top">#10927</a>
|
|
Missing std:: qualifier for fabs in phoenix/test/stdlib/cmath.cpp
|
|
</li>
|
|
<li class="listitem">
|
|
<a href="http://svn.boost.org/trac/boost/ticket/11085" target="_top">#11085</a>
|
|
Missing qualifier for pow call in phoenix/test/function/function_tests.cpp
|
|
</li>
|
|
<li class="listitem">
|
|
Fixes for a number of cases failing with <span class="bold"><strong>bind</strong></span>,
|
|
<span class="bold"><strong>lambda</strong></span> and <span class="bold"><strong>let</strong></span>.
|
|
</li>
|
|
</ul></div>
|
|
</li>
|
|
</ul></div>
|
|
</div>
|
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
|
<td align="left"></td>
|
|
<td align="right"><div class="copyright-footer">Copyright © 2002-2005, 2010, 2014, 2015 Joel de Guzman, Dan Marsden, Thomas
|
|
Heller, John Fletcher<p>
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
|
</p>
|
|
</div></td>
|
|
</tr></table>
|
|
<hr>
|
|
<div class="spirit-nav">
|
|
<a accesskey="p" href="../index.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="what_s_new.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
|
|
</div>
|
|
</body>
|
|
</html>
|