2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-18 14:22:09 +00:00

Merge branch 'documents' into develop

This commit is contained in:
John Fletcher
2014-12-27 17:49:17 +00:00
3 changed files with 23 additions and 6 deletions

View File

@@ -71,7 +71,7 @@ Additionally, there exist function call operators accepting permutations of cons
and non-const references. These operators are created for all N <=
`BOOST_PHOENIX_PERFECT_FORWARD_LIMIT` (which defaults to 3).
[def [$http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1385.htm]
[def $http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1385.htm]
[note *Forwarding Function Problem*

View File

@@ -1,6 +1,7 @@
[library Phoenix
[quickbook 1.3]
[version 3.0.5]
[quickbook 1.6]
[compatibility-mode 1.3]
[version 3.1.0]
[authors [de Guzman, Joel], [Marsden, Dan], [Heller, Thomas], [Fletcher, John] ]
[copyright 2002 2003 2004 2005 2010 2014 Joel de Guzman, Dan Marsden, Thomas Heller, John Fletcher]
[category string-text]
@@ -17,6 +18,7 @@
[/ September 2005]
[/ June 2010]
[/ February 2014]
[/ December 2014]
[/ Some links]

View File

@@ -9,19 +9,34 @@
[section What's New]
[section Phoenix 3.0.5]
[section Phoenix 3.1.0]
This is the latest in a series of updates to Phoenix to fix some bugs and
to extend the examples. Details of the changes will be found in the __changelog__
and the release number will be increased for each set of changes released.
* A start is being made on updating the documentation.
* A bug has been fixed which was causing a lot of test examples of *bind* to fail. This was particularly the case with more recent compilers which are stricter.
* TODO
There is still a lot of work to be done on fixes, documentation and examples.
[endsect]
[section Phoenix 3.0.6 (Boost 1.57.0)]
* Fixed bug in example/container_actor.cpp in end() function.
* Fixed bug4853 and 5626 - added header <utility> for std::forward.
* Fixed bug4853 - added header <iostream> for gcc 4.9 test
[endsect]
[section Phoenix 3.0.5]
* Introduction of __changelog__ and release number increments.
* Added BOOST_PHOENIX_VERSION_NUMBER using boost/predef style.
* Fixes to bugs #5714 and #5824 are particularly important as they fixed silent errors
in the processing of some compound expressions with commas. *This could cause output
from some user codes to change unexpectedly.*
* TODO
There is still a lot of work to be done on fixes, documentation and examples.
[endsect]