[PATCH] D41372: [libcxx] Fix transform_reduce mishandling move-only types, and nonstandard macro use in tests.
Billy Robert O'Neal III via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 18 17:35:52 PST 2017
BillyONeal added inline comments.
================
Comment at: test/std/numerics/numeric.ops/transform.reduce/transform_reduce_iter_iter_iter_init.pass.cpp:61
+inline MoveOnly operator+(const MoveOnly& lhs, const MoveOnly& rhs)
+{
----------------
Should these go in MoveOnly.h ?
Repository:
rL LLVM
https://reviews.llvm.org/D41372
More information about the cfe-commits
mailing list