[libcxx-commits] [PATCH] D117974: [libc++] Make C++03 reference_wrapper more like C++11.
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jan 23 04:38:10 PST 2022
philnik accepted this revision.
philnik added a comment.
This revision is now accepted and ready to land.
LGTM. CI failures look like they are unrelated.
================
Comment at: libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/type_conv_ctor.pass.cpp:53
+ {
using Ref = std::reference_wrapper<int>;
+ ASSERT_NOEXCEPT(Ref(nothrow_convertible<true>()));
----------------
Mordante wrote:
> Does Clang support `using` in C++03?
https://godbolt.org/z/GEr6xPWWc Yes!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117974/new/
https://reviews.llvm.org/D117974
More information about the libcxx-commits
mailing list