Subject: [Boost-bugs] [Boost C++ Libraries] #5713: Auto attribute propagation failed when semantic action present
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-07-19 04:30:58
#5713: Auto attribute propagation failed when semantic action present
---------------------------------+------------------------------------------
Reporter: tongari95@⦠| Owner: djowel
Type: Bugs | Status: new
Milestone: To Be Determined | Component: spirit
Version: Boost 1.47.0 | Severity: Problem
Keywords: |
---------------------------------+------------------------------------------
{{{
typedef vector<int, int> V;
typedef rule<char const*, V(), space_type> R;
V val;
R r;
--------
r %= (int_ >> int_)[_1]; // fails to propagate attribute
r %= int_ >> int_[_1]; // ok
r %= int_ >> int_; // ok
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5713> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:07 UTC