forked from boostorg/array
Add float tests to array_thw_test, as floats use std::partial_ordering
This commit is contained in:
@ -81,6 +81,10 @@ int main()
|
|||||||
test<int, 1>();
|
test<int, 1>();
|
||||||
test<int, 7>();
|
test<int, 7>();
|
||||||
|
|
||||||
|
// test<float, 0>();
|
||||||
|
test<float, 1>();
|
||||||
|
test<float, 7>();
|
||||||
|
|
||||||
return boost::report_errors();
|
return boost::report_errors();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user