[libcxx-commits] [PATCH] D117974: [libc++] Make C++03 reference_wrapper more like C++11.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jan 23 04:29:40 PST 2022
Mordante accepted this revision as: Mordante.
Mordante added a comment.
LGTM after the CI passes.
================
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>()));
----------------
Does Clang support `using` in C++03?
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