[PATCH] D21343: Implement `lcm` and `gcd` from library fundamentals V2

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 25 19:28:26 PDT 2016


mclow.lists updated this revision to Diff 65463.
mclow.lists added a comment.

Updated with Eric's constexpr tests.
Once this is approved, it will be applied twice - once in `<experimental/numeric>`, and once in `<numeric>`


https://reviews.llvm.org/D21343

Files:
  include/experimental/numeric
  test/std/experimental/numeric/numeric.ops.overview/nothing_to_do.pass.cpp
  test/std/experimental/numeric/numeric.ops/nothing_to_do.pass.cpp
  test/std/experimental/numeric/numeric.ops/numeric.ops.gcd/gcd.not_integral1.fail.cpp
  test/std/experimental/numeric/numeric.ops/numeric.ops.gcd/gcd.not_integral2.fail.cpp
  test/std/experimental/numeric/numeric.ops/numeric.ops.gcd/gcd.pass.cpp
  test/std/experimental/numeric/numeric.ops/numeric.ops.lcm/lcm.not_integral1.fail.cpp
  test/std/experimental/numeric/numeric.ops/numeric.ops.lcm/lcm.not_integral2.fail.cpp
  test/std/experimental/numeric/numeric.ops/numeric.ops.lcm/lcm.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21343.65463.patch
Type: text/x-patch
Size: 19650 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160726/dbd1be1e/attachment-0001.bin>


More information about the cfe-commits mailing list