Opened 6 years ago

Closed 5 years ago

#12291 closed Bugs (fixed)

[TypeErasure] Compilation fails if compiler does not support rvalue-ref and/or variadic templates

Reported by: D.Bahadir@… Owned by: Steven Watanabe
Milestone: To Be Determined Component: type_erasure
Version: Boost Development Trunk Severity: Problem
Keywords: Cc: D.Bahadir@…

Description

Although the code of Boost.TypeErasure 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.

Change History (2)

comment:1 by Deniz Bahadir <D.Bahadir@…>, 6 years ago

comment:2 by Steven Watanabe, 5 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.