[PATCH] D52401: Remove redundant null pointer check in operator delete

Louis Dionne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 23 00:09:17 PDT 2018


ldionne added a comment.

Was this true pre-C11 too? If not, then this needs to be guarded by `#if _LIBCPP_STD_VER >= 17`, because C++ is only on top of C11 in C++17 and above (Marshall can double-check this).


Repository:
  rCXX libc++

https://reviews.llvm.org/D52401





More information about the cfe-commits mailing list