[libcxx-commits] [PATCH] D60249: [pstl] Replace direct use of assert() with __PSTL_ASSERT

Thomas Rodgers via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 3 22:39:19 PDT 2019


rodgert created this revision.
Herald added subscribers: libcxx-commits, mgorny.
Herald added a project: libc++.

Standard libraries may (libstdc++ in particular) forbid direct use of
assert()/<cassert> in library code.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D60249

Files:
  pstl/include/pstl/internal/algorithm_impl.h
  pstl/include/pstl/internal/numeric_impl.h
  pstl/include/pstl/internal/parallel_backend_tbb.h
  pstl/include/pstl/internal/parallel_backend_utils.h
  pstl/include/pstl/internal/pstl_config.h
  pstl/test/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60249.193660.patch
Type: text/x-patch
Size: 7705 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190404/7e68f870/attachment.bin>


More information about the libcxx-commits mailing list