id summary reporter owner description type status milestone component version severity resolution keywords cc 12291 [TypeErasure] Compilation fails if compiler does not support rvalue-ref and/or variadic templates D.Bahadir@… Steven Watanabe "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." Bugs closed To Be Determined type_erasure Boost Development Trunk Problem fixed D.Bahadir@…