[PATCH] D40259: [libcxx] LWG2993: reference_wrapper<T> conversion from T&&

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 24 16:30:31 PST 2018


EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.

LGTM after addressing inline comments. Do you have commit access? If not, I'll commit once updated.



================
Comment at: test/std/utilities/function.objects/refwrap/refwrap.const/type_conv_ctor2.pass.cpp:16
+//   reference_wrapper(U&&) noexcept(see below);
+
+// UNSUPPORTED: c++98, c++03
----------------
Please change the XFAIL into simply `clang` since this hasn't been fixed yet, and add a link to the relevant bug in this file.


https://reviews.llvm.org/D40259





More information about the cfe-commits mailing list