Skip to content

Commit

Permalink
Add float tests to array_thw_test, as floats use std::partial_ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jan 27, 2025
1 parent 9a4010b commit 329e594
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/array_thw_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ int main()
test<int, 1>();
test<int, 7>();

// test<float, 0>();
test<float, 1>();
test<float, 7>();

return boost::report_errors();
}

Expand Down

0 comments on commit 329e594

Please sign in to comment.