[libcxx-commits] [PATCH] D58735: Add slice_array operator= valarray overload
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 23 13:34:59 PST 2020
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
LGTM once CI passes.
Even better (IMO) would be to split off the tests for `void operator=(const T& value) const;` into a separate file, since that was most likely an oversight.
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