[libcxx-commits] [PATCH] D43159: Modernize: Use nullptr more.

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 3 08:37:46 PDT 2019


mclow.lists added a comment.

In `<algorithm>`, you missed a couple of `(value_type*)0`. Line 3356, 3369, 3486 and 3499.


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