Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69450 - trunk/libs/spirit/doc
From: joel_at_[hidden]
Date: 2011-03-01 18:41:21


Author: djowel
Date: 2011-03-01 18:41:17 EST (Tue, 01 Mar 2011)
New Revision: 69450
URL: http://svn.boost.org/trac/boost/changeset/69450

Log:
new entries
Text files modified:
   trunk/libs/spirit/doc/what_s_new.qbk | 6 ++++++
   1 files changed, 6 insertions(+), 0 deletions(-)

Modified: trunk/libs/spirit/doc/what_s_new.qbk
==============================================================================
--- trunk/libs/spirit/doc/what_s_new.qbk (original)
+++ trunk/libs/spirit/doc/what_s_new.qbk 2011-03-01 18:41:17 EST (Tue, 01 Mar 2011)
@@ -61,6 +61,7 @@
   instantiates the terminals that he needs. So, instead of writing `using qi::uint_`
   one writes instead: `qi::uint_type uint_`.
 
+
 [heading Making Stuff Work]
 
 * Added the __karma__ customization point __customize_extract_from_container__,
@@ -75,6 +76,11 @@
   use of const floating point types with the generator. Thanks to Jeroen
   Habraken (a.k.a. VeXocide) for reporting it and for submitting a patch and
   a test.
+* Semantic actions now support attribute compatibility. This is a breaking
+ change but #define BOOST_SPIRIT_ACTIONS_ALLOW_ATTR_COMPAT must be defined
+ in order for the new behavior to kick in. By default, the old behavior
+ is still in place.
+* Alternatives now support attribute compatibility.
 
 [endsect]
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk