[libcxx-commits] [PATCH] D149605: [libc++][PSTL] Replace _PSTL_ASSERT with _LIBCPP_ASSERT
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 2 11:40:01 PDT 2023
ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libcxx/include/__pstl/internal/parallel_backend_utils.h:13
#include <iterator>
#include <utility>
----------------
You should include `<__assert>` here and in the other headers that now use `_LIBCPP_ASSERT`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149605/new/
https://reviews.llvm.org/D149605
More information about the libcxx-commits
mailing list