Skip to content

Commit

Permalink
Update Boost to 1.81
Browse files Browse the repository at this point in the history
I will be the first to say it; I did in fact contribute to this release of Boost. However, it fixes a platitude of issues as this is a bugfix release.

Therefore, I think updating to 1.81 is worth it.
  • Loading branch information
AreaZR committed Dec 30, 2022
1 parent 8ddf4da commit 7b05d7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boost-math
Submodule boost-math updated 189 files
2 changes: 1 addition & 1 deletion docs/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"git": {
"repositoryUrl": "https://github.com/boostorg/math",
"commitHash": "db2a7cbb44a84c4c9cba62232c07f18b22bd965d"
"commitHash": "f395de082eca6ee993a15f2bdb90277eda518295"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion tests/std/tests/LWG3234_math_special_overloads/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ void test_comp_ellint_2() {
static_assert(is_same_v<decltype(comp_ellint_2f(0)), float>);
static_assert(is_same_v<decltype(comp_ellint_2l(0)), long double>);
static_assert(is_same_v<decltype(comp_ellint_2(Ambiguous{})), Ambiguous>);
assert(comp_ellint_2(0) == acos(-1.0) / 2);
assert(expect_epsilons(comp_ellint_2(0), acos(-1.0) / 2, 2));
}

void test_comp_ellint_3() {
Expand Down

0 comments on commit 7b05d7a

Please sign in to comment.