Boost C++ Libraries: Ticket #5713: Auto attribute propagation failed when semantic action present https://svn.boost.org/trac10/ticket/5713 <pre class="wiki">typedef vector&lt;int, int&gt; V; typedef rule&lt;char const*, V(), space_type&gt; R; V val; R r; -------- r %= (int_ &gt;&gt; int_)[_1]; // fails to propagate attribute r %= int_ &gt;&gt; int_[_1]; // ok r %= int_ &gt;&gt; int_; // ok </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5713 Trac 1.4.3 Jamboree <tongari95@…> Tue, 19 Jul 2011 04:32:14 GMT attachment set https://svn.boost.org/trac10/ticket/5713 https://svn.boost.org/trac10/ticket/5713 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">test.cpp</span> </li> </ul> <p> test case </p> Ticket anonymous Tue, 19 Dec 2017 17:06:24 GMT <link>https://svn.boost.org/trac10/ticket/5713#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5713#comment:1</guid> <description> <p> Was fixed in <a class="ext-link" href="https://github.com/boostorg/spirit/commit/f2b627ed9985bb09518d4e089a31575a32470b01"><span class="icon">​</span>https://github.com/boostorg/spirit/commit/f2b627ed9985bb09518d4e089a31575a32470b01</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Joel de Guzman</dc:creator> <pubDate>Sat, 23 Dec 2017 00:37:50 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/5713#comment:2 https://svn.boost.org/trac10/ticket/5713#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket