Opened 11 years ago
Closed 5 years ago
#5713 closed Bugs (fixed)
Auto attribute propagation failed when semantic action present
Reported by: | Owned by: | Joel de Guzman | |
---|---|---|---|
Milestone: | To Be Determined | Component: | spirit |
Version: | Boost 1.47.0 | Severity: | Problem |
Keywords: | Cc: |
Description
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
Attachments (1)
Change History (3)
by , 11 years ago
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
test case