[libcxx-commits] [PATCH] D65161: [libc++] Implement LWG 2510
Marshall Clow via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 24 12:36:59 PDT 2019
mclow.lists accepted this revision.
mclow.lists added a comment.
this looks fine to me now (with a nit).
================
Comment at: libcxx/include/type_traits:2823
+{ };
+#endif // >= C++11
+
----------------
Nit: This comment doesn't really match the `#ifndef _LIBCPP_CXX03_LANG` that starts the block.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65161/new/
https://reviews.llvm.org/D65161
More information about the libcxx-commits
mailing list