[libcxx-commits] [PATCH] D58735: Add slice_array operator= valarray overload

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 27 13:20:44 PST 2020


zoecarver added a comment.

> Can we use the same trick here and enable the tests in C++03? I think it would be good for consistency.

@ldionne I did that for `template.pass.cpp` but kept the initializer list test in `valarray.pass.cpp` because we already have a test without initializer lists (that is enabled in C++03 mode).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D58735



More information about the libcxx-commits mailing list