Boost C++ Libraries: Ticket #3364: terminals are constant after passing through proto::flatten and fusion::fold https://svn.boost.org/trac10/ticket/3364 <p> I'm forced to use the code in the section marked with #if BUG while I would expect to be able to use the version in the #else branch of the same conditional. Terminals are non-const, hence the casting const away in assignments shouldn't be needed. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3364 Trac 1.4.3 maurizio.vitale@… Tue, 25 Aug 2009 12:14:38 GMT attachment set https://svn.boost.org/trac10/ticket/3364 https://svn.boost.org/trac10/ticket/3364 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">testcase.cpp</span> </li> </ul> Ticket Eric Niebler Thu, 29 Oct 2009 18:59:45 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3364#comment:1 https://svn.boost.org/trac10/ticket/3364#comment:1 <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> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/57234" title="fix const correctness issues with proto::flatten and friends, fixes #3364">[57234]</a>) fix const correctness issues with proto::flatten and friends, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3364" title="#3364: Bugs: terminals are constant after passing through proto::flatten and ... (closed: fixed)">#3364</a> </p> Ticket