[PATCH] D43159: Modernize: Use nullptr more.

Bruce Mitchener via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 1 10:22:31 PDT 2019


brucem marked 2 inline comments as done.
brucem 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:
----------------
zoecarver wrote:
> This could be `nullptr` too. 
This pointed out a number of things that could be fixed, so did  that and updated.


Repository:
  rCXX libc++

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D43159/new/

https://reviews.llvm.org/D43159





More information about the cfe-commits mailing list