[libcxx-commits] [PATCH] D94511: Implement p0586r2
kamlesh kumar via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Feb 14 15:23:53 PST 2021
kamleshbhalui added inline comments.
================
Comment at: libcxx/include/utility:315
+#endif // !_LIBCPP_HAS_NO_UNICODE_CHARS
+ wchar_t, byte>::value;
+
----------------
Mordante wrote:
> Is `byte` considered an integral in libc++?
no. and the test for this is already in intcmp.fail.cpp.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94511/new/
https://reviews.llvm.org/D94511
More information about the libcxx-commits
mailing list