summaryrefslogtreecommitdiff
path: root/libcxx/test/std/numerics/numarray/valarray.range/begin-end.pass.cpp
AgeCommit message (Collapse)Author
2022-03-01[libc++] [test] Improve the tests for std::{begin,end}(valarray).Arthur O'Dwyer
Incidentally, this removes some unqualified ADL calls to `begin` and `end`. Differential Revision: https://reviews.llvm.org/D119687