https://llvm.org/bugs/show_bug.cgi?id=27397
Bug ID: 27397
Summary: Deprecate and remove C++03 support for INVOKE and
function.
Product: libc++
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
Currently <functional> provides a large number of C++11 features as extensions
in C++03. The largest being INVOKE and std::function.
Supporting INVOKE in a non-variadic environment is almost impossible and it
leads to a very poor QoI for the features that depend on it. As the INVOKE spec
changes the C++03 implementation will diverge and make it harder to test.
I would like to remove the C++03 implementation of INVOKE and the features that
depend on it. Including:
- function
- reference_wrapper
- mem_fn
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs