Files
clang-p2996/libcxx/include/valarray
Arthur O'Dwyer d39f5c3cb9 [libc++] Avoid result_type and unary/binary_function in <valarray>.
Give each of the relevant functional operators a `__result_type`
instead, so that we can keep using those typedefs in <valarray>
even when the public binder typedefs are removed in C++20.

Differential Revision: https://reviews.llvm.org/D103371
2021-05-31 11:29:16 -04:00

131 KiB