Boost C++ Libraries: Ticket #12291: [TypeErasure] Compilation fails if compiler does not support rvalue-ref and/or variadic templates https://svn.boost.org/trac10/ticket/12291 <p> Although the code of <strong>Boost.Type<code></code>Erasure</strong> seems to support the cases when the compiler does not support rvalue-references (= <code>BOOST_NO_CXX11_RVALUE_REFERENCES</code><code></code> is defined) and/or it does not support variadic templates (= <code>BOOST_NO_CXX11_VARIADIC_TEMPLATES</code><code></code> is defined), the support seems to be incomplete. </p> <p> Compilation fails, if one or both of these macros are defined. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12291 Trac 1.4.3 Deniz Bahadir <D.Bahadir@…> Wed, 22 Jun 2016 09:14:48 GMT <link>https://svn.boost.org/trac10/ticket/12291#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12291#comment:1</guid> <description> <p> This pull-request <a class="ext-link" href="https://github.com/boostorg/type_erasure/pull/9"><span class="icon">​</span>https://github.com/boostorg/type_erasure/pull/9</a> fixes it. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Steven Watanabe</dc:creator> <pubDate>Tue, 23 Jan 2018 02:32:36 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/12291#comment:2 https://svn.boost.org/trac10/ticket/12291#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