[libcxx-commits] [PATCH] D59099: Integer and pointer types of 'midpoint' from P0811
Marshall Clow via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 7 09:13:36 PST 2019
mclow.lists created this revision.
mclow.lists added reviewers: EricWF, ldionne.
Herald added a subscriber: christof.
https://wg21.link/P0811
This is just the integer and pointer parts of `std::midpoint`.
The floating point bits and the `lerp` will come later.'
https://reviews.llvm.org/D59099
Files:
libcxx/include/numeric
libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.fail.cpp
libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.integer.pass.cpp
libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.pointer.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59099.189732.patch
Type: text/x-patch
Size: 9148 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190307/4031edf4/attachment.bin>
More information about the libcxx-commits
mailing list