[libcxx-commits] [PATCH] D119687: [libc++] [test] Improve the tests for std::{begin, end}(valarray).

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Feb 13 20:32:39 PST 2022


Quuxplusone created this revision.
Quuxplusone added reviewers: libc++, ldionne, Mordante, philnik, var-const.
Quuxplusone added a project: libc++.
Quuxplusone requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added 1 blocking reviewer(s): libc++.

Incidentally, this removes some unqualified ADL calls to `begin` and `end`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119687

Files:
  libcxx/test/std/numerics/numarray/valarray.range/begin-end.pass.cpp
  libcxx/test/std/numerics/numarray/valarray.range/begin_const.pass.cpp
  libcxx/test/std/numerics/numarray/valarray.range/begin_non_const.pass.cpp
  libcxx/test/std/numerics/numarray/valarray.range/end_const.pass.cpp
  libcxx/test/std/numerics/numarray/valarray.range/end_non_const.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119687.408321.patch
Type: text/x-patch
Size: 6890 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220214/3b962c95/attachment.bin>


More information about the libcxx-commits mailing list