summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/experimental/numeric
AgeCommit message (Expand)Author
2025-04-29libstdc++: Use constexpr-if for C++11 and C++14Jonathan Wakely
2025-01-02Update copyright years.Jakub Jelinek
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović
2022-06-10libstdc++: Make std::lcm and std::gcd detect overflow [PR105844]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-08-28libstdc++: Fix std::gcd and std::lcm for unsigned integers [PR 92978]Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-05-02Improve docs for Library Fundamentals TSJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-11-14Implement LWG 2733 and LWG 2759Ville Voutilainen
2017-09-12PR libstdc++/79433 no #error for including TS headers with wrong -stdJonathan Wakely
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont
2017-01-01Update copyright years.Jakub Jelinek
2016-10-10LWG 2733, LWG 2759 reject bool in gcd and lcmJonathan Wakely
2016-10-03Define std::gcd and std::lcm for C++17Jonathan Wakely
2016-09-30Remove use of std::abs in experimental::{gcd,lcm}Jonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-05-02numeric: New.Jonathan Wakely