[libcxx-commits] [PATCH] D43159: Modernize: Use nullptr more.
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jun 1 09:13:18 PDT 2019
zoecarver added inline comments.
================
Comment at: include/memory:1259
template <class _Xp> static __two __test(...);
template <class _Xp> static char __test(typename _Xp::template rebind<_Up>::other* = 0);
public:
----------------
This could be `nullptr` too.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D43159/new/
https://reviews.llvm.org/D43159
More information about the libcxx-commits
mailing list