Boost C++ Libraries: Ticket #9813: [boost] [fusion] constexpr support https://svn.boost.org/trac10/ticket/9813 <p> Boost.MPL and Boost.Fusion are very useful inside C++14 relaxed constexpr functions. However, this doesn't work out of the box since constexpr functions can only call other constexpr functions. </p> <p> I have started to mark fusion and mpl functions and types as constexpr within my local Boost copy. This task is pretty big so I am only doing it for the parts of the library that I need to use within constexpr functions. </p> <p> It would be nice to know what is the best way to proceed (e.g. incremental patches until full support is achieved vs a single patch that enables constexpr support). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9813 Trac 1.4.3 Joel de Guzman Sun, 30 Mar 2014 02:06:06 GMT <link>https://svn.boost.org/trac10/ticket/9813#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9813#comment:1</guid> <description> <p> That's wonderful! Thank you! </p> <p> I think the best way to proceed is to send in incremental GIT pull requests. That way, I can have more time to inspect the code. </p> </description> <category>Ticket</category> </item> <item> <author>gonzalobg88@…</author> <pubDate>Fri, 30 May 2014 14:42:40 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/9813#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9813#comment:2</guid> <description> <p> I've sent the first pull-request, is it fine to discuss the changes there? </p> <p> I leave a link here for the "people from the future": github.com/boostorg/fusion/pull/6 </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Joel de Guzman</dc:creator> <pubDate>Wed, 04 Mar 2015 14:09:55 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/9813#comment:3 https://svn.boost.org/trac10/ticket/9813#comment:3 <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