summaryrefslogtreecommitdiffstats
path: root/libcxx/include/experimental/numeric
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Slightly improved policy for handling experimental featuresLouis Dionne2019-06-111-20/+0
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix PR39749 - Headers containing just #error harm __has_include.Eric Fiselier2019-01-061-1/+11
* Remove <experimental/numeric>; use <numeric> instead. See https://libcxx.llvm...Marshall Clow2018-02-011-109/+1
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-311-0/+6
* Fix GCC 7 test failures.Eric Fiselier2017-05-091-6/+7
* Make lcm/gcd work better in edge cases. Fixes a UBSAN failure.Marshall Clow2017-02-101-11/+16
* Implement LWG2733: [fund.ts.v2] gcd / lcm and bool. We already did tbis for ...Marshall Clow2017-01-241-0/+4
* Implement LCM and GCD for Library Fundamentals. Reviewed as https://reviews.l...Marshall Clow2016-07-261-0/+103
OpenPOWER on IntegriCloud