[libcxx-commits] [PATCH] D43159: Modernize: Use nullptr more.
Bruce Mitchener via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jun 1 10:44:50 PDT 2019
brucem marked an inline comment as done.
brucem added a comment.
In D43159#1526215 <https://reviews.llvm.org/D43159#1526215>, @mclow.lists wrote:
> What was the result of testing with `-std=c++98` and/or `-std=gnu++98` ?
> The code changes look fine; but as @Ericwf said....
It seems to work for me in `-std=c++98` ...
I responded to the point that @Ericwf made before ... the `__nullptr` header is included by the wrapper around `stddef.h` ... and these aren't the first / only usages of `nullptr` in the headers.
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