[libcxx-commits] [PATCH] D141947: [NFC][libc++] Remove __unexpected namespace
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 17 12:27:11 PST 2023
philnik accepted this revision as: philnik.
philnik added a comment.
LGTM % nit. @huixie90 are you OK with this?
================
Comment at: libcxx/include/__expected/expected.h:84-86
+ !std::__is_std_unexpected<remove_cv_t<_Tp>>::value &&
+ std::__valid_std_unexpected<_Err>::value
,
----------------
These aren't ADL lookups. Same for the other changes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141947/new/
https://reviews.llvm.org/D141947
More information about the libcxx-commits
mailing list