2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 16:32:10 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
jzmaddock
47331156c1 Merge branch 'develop' into modules_test_1
Fixed Conflicts:
	.gitignore
	include/boost/math/constants/constants.hpp
	include/boost/math/policies/error_handling.hpp
	include/boost/math/policies/policy.hpp
	include/boost/math/special_functions/detail/bernoulli_details.hpp
	include/boost/math/special_functions/detail/fp_traits.hpp
	include/boost/math/special_functions/detail/gamma_inva.hpp
	include/boost/math/special_functions/detail/igamma_inverse.hpp
	include/boost/math/special_functions/detail/polygamma.hpp
	include/boost/math/special_functions/detail/unchecked_factorial.hpp
	include/boost/math/special_functions/digamma.hpp
	include/boost/math/special_functions/gamma.hpp
	include/boost/math/special_functions/log1p.hpp
	include/boost/math/special_functions/pow.hpp
	include/boost/math/special_functions/powm1.hpp
	include/boost/math/special_functions/trigamma.hpp
	include/boost/math/special_functions/trunc.hpp
	include/boost/math/tools/config.hpp
	include/boost/math/tools/convert_from_string.hpp
	include/boost/math/tools/roots.hpp
2024-04-09 13:11:14 +01:00
jzmaddock
d7ed41dfd3 Fix some more module errors.
This now *almost* builds with gcc-13 and clang-18.
2024-04-07 12:28:02 +01:00
Matt Borland
b39474d94b Add missing header and use import std if available 2024-04-04 09:21:18 +02:00
jzmaddock
c76f0baea1 Correct #include list.
[CI SKIP]
2023-02-04 19:36:13 +00:00
jzmaddock
9cac7a9f9f Experiment with C++20 modules. 2022-05-02 18:38:44 +01:00