llvm-project/libcxx/include/__numeric
Louis Dionne f87aa19be6 [libc++] Move everything related solely to _LIBCPP_ASSERT to its own file
This is the first step towards disentangling the debug mode and assertions
in libc++. This patch doesn't make any functional change: it simply moves
_LIBCPP_ASSERT-related stuff to its own file so as to make it clear that
libc++ assertions and the debug mode are different things. Future patches
will make it possible to enable assertions without enabling the debug
mode.

Differential Revision: https://reviews.llvm.org/D119769
2022-02-16 12:49:50 -05:00
..
accumulate.h
adjacent_difference.h
exclusive_scan.h
gcd_lcm.h [libc++] Move everything related solely to _LIBCPP_ASSERT to its own file 2022-02-16 12:49:50 -05:00
inclusive_scan.h
inner_product.h
iota.h
midpoint.h
partial_sum.h
reduce.h
transform_exclusive_scan.h
transform_inclusive_scan.h
transform_reduce.h