Boost C++ Libraries: Ticket #9049: phoenix::function constructor should be constexpr https://svn.boost.org/trac10/ticket/9049 <p> Needed for declaring globals of type <code>phoenix::function</code>, which is the most common use. See attached patch. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9049 Trac 1.4.3 Eric Niebler Mon, 26 Aug 2013 18:21:54 GMT attachment set https://svn.boost.org/trac10/ticket/9049 https://svn.boost.org/trac10/ticket/9049 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">phx-function-constexpr.patch</span> </li> </ul> <p> constexpr for phoenix::function </p> Ticket Joel de Guzman Mon, 26 Aug 2013 23:54:51 GMT <link>https://svn.boost.org/trac10/ticket/9049#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9049#comment:1</guid> <description> <p> Sounds good, Eric. Please feel free to apply the patch. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Eric Niebler</dc:creator> <pubDate>Tue, 27 Aug 2013 16:43:01 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/9049#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9049#comment:2</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/85488" title="phoenix::function constructor is constexpr, refs #9049">[85488]</a>) phoenix::function constructor is constexpr, refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/9049" title="#9049: Patches: phoenix::function constructor should be constexpr (closed: fixed)">#9049</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Eric Niebler</dc:creator> <pubDate>Tue, 03 Sep 2013 17:47:14 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/9049#comment:3 https://svn.boost.org/trac10/ticket/9049#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> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/85550" title="merge [85488] from trunk, fixes #9049">[85550]</a>) merge <a class="changeset" href="https://svn.boost.org/trac10/changeset/85488" title="phoenix::function constructor is constexpr, refs #9049">[85488]</a> from trunk, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/9049" title="#9049: Patches: phoenix::function constructor should be constexpr (closed: fixed)">#9049</a> </p> Ticket