Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update boost-math and fix std::ellint_2 #3077

Merged
merged 15 commits into from
Oct 24, 2022
Merged
2 changes: 1 addition & 1 deletion boost-math
Submodule boost-math updated 1086 files
4 changes: 2 additions & 2 deletions docs/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/boostorg/boost",
"commitHash": "b143a5b72075f47307a23e680889d8434c8afc54"
"repositoryUrl": "https://github.com/boostorg/math",
"commitHash": "db2a7cbb44a84c4c9cba62232c07f18b22bd965d"
}
}
},
Expand Down
1 change: 1 addition & 0 deletions tests/std/test.lst
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ tests\P0220R1_polymorphic_memory_resources
tests\P0220R1_sample
tests\P0220R1_searchers
tests\P0220R1_string_view
tests\P0226R1_math_special_functions
tests\P0288R9_move_only_function
tests\P0295R0_gcd_lcm
tests\P0323R12_expected
Expand Down
4 changes: 4 additions & 0 deletions tests/std/tests/P0226R1_math_special_functions/env.lst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

RUNALL_INCLUDE ..\usual_17_matrix.lst
Loading