[libcxx-commits] [PATCH] D61170: Use std::move in numeric algorithms
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 12 14:07:36 PDT 2019
zoecarver updated this revision to Diff 214701.
zoecarver added a comment.
Herald added a subscriber: christof.
- update the expected error from calling `std::abs` on unsigned char and short (does anyone know why those types got a specialization here?).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61170/new/
https://reviews.llvm.org/D61170
Files:
libcxx/test/std/numerics/c.math/abs.fail.cpp
libcxx/test/std/numerics/c.math/abs.pass.cpp
libcxx/www/cxx1z_status.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61170.214701.patch
Type: text/x-patch
Size: 4764 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190812/66938e04/attachment.bin>
More information about the libcxx-commits
mailing list