[libcxx-commits] [PATCH] D70099: [libcxx][test] Only call valarray::min and ::max on empty containers when testing libc++

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 29 16:59:09 PST 2020


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

You can go ahead and commit this.



================
Comment at: test/std/numerics/numarray/template.valarray/valarray.members/min.pass.cpp:29
     }
+#ifdef _LIBCPP_VERSION // Not portable: valarray::min requires size() >
     {
----------------
typo: `size() > 0`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70099/new/

https://reviews.llvm.org/D70099





More information about the libcxx-commits mailing list