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: | 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 , 6 years ago
comment:2 by , 5 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

This pull-request https://github.com/boostorg/type_erasure/pull/9 fixes it.