[Boost-bugs] [Boost C++ Libraries] #12291: [TypeErasure] Compilation fails if compiler does not support rvalue-ref and/or variadic templates

Subject: [Boost-bugs] [Boost C++ Libraries] #12291: [TypeErasure] Compilation fails if compiler does not support rvalue-ref and/or variadic templates
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-06-22 09:11:30


#12291: [TypeErasure] Compilation fails if compiler does not support rvalue-ref
and/or variadic templates
-------------------------------------+-----------------------------
 Reporter: D.Bahadir@… | Owner: steven_watanabe
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: type_erasure
  Version: Boost Development Trunk | Severity: Problem
 Keywords: |
-------------------------------------+-----------------------------
 Although the code of **Boost.Type``Erasure** seems to support the cases
 when the compiler does not support rvalue-references (=
 `BOOST_NO_CXX11_RVALUE_REFERENCES``` is defined) and/or it does not
 support variadic templates (= `BOOST_NO_CXX11_VARIADIC_TEMPLATES``` is
 defined), the support seems to be incomplete.

 Compilation fails, if one or both of these macros are defined.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12291>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC