IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 7e089c55 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

adapt testSaveBoostHistogram to boost 1.78

parent 6f5fe9c0
No related branches found
No related tags found
1 merge request!441Resolve "gcc12 does not compile boost 1.76.0"
...@@ -25,7 +25,8 @@ TEST_CASE("SaveHistogram") { ...@@ -25,7 +25,8 @@ TEST_CASE("SaveHistogram") {
std::uniform_real_distribution<double> r{-3, 3}; std::uniform_real_distribution<double> r{-3, 3};
auto h = bh::make_histogram( auto h = bh::make_histogram(
bh::axis::regular{5, 0, 10, "normal"}, bh::axis::regular{3, 0, 4, "exponential"}, bh::axis::regular{5, 0., 10., "normal"},
bh::axis::regular{3, 0., 4., "exponential"},
bh::axis::category<int>{{2, 3, 5, 7}, "integer category"}, bh::axis::category<int>{{2, 3, 5, 7}, "integer category"},
bh::axis::regular<double, bh::use_default, bh::use_default, bh::axis::regular<double, bh::use_default, bh::use_default,
bh::axis::option::growth_t>{10, -1, 1, "integer category"}); bh::axis::option::growth_t>{10, -1, 1, "integer category"});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment