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

Howard Hinnant via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 14 17:20:51 PDT 2016


howard.hinnant added a comment.

Can't call `std::abs` as it isn't `constexpr`.  You'll have to roll your own.


http://reviews.llvm.org/D21343





More information about the cfe-commits mailing list