Boost C++ Libraries: Ticket #11952: Missing `attribute_type` in boost spirit x3 parser https://svn.boost.org/trac10/ticket/11952 <p> Unless I am mistaken, <a class="ext-link" href="http://coliru.stacked-crooked.com/a/39d2d8a2a8a3dbaa"><span class="icon">​</span>this</a> is supposed to be well formed. Unfortunately it fails to compile on both gcc and clang, the reason seems to be a missing <code>typedef unused_type attribute_type</code> in <code>binary_lit_parser</code>. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11952 Trac 1.4.3 Joel de Guzman Thu, 04 Feb 2016 01:01:03 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11952#comment:1 https://svn.boost.org/trac10/ticket/11952#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> fixed in develop. </p> Ticket