From 329e59454f49ded0d90ea54d4c4c7d1503a0f03d Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 27 Jan 2025 03:55:13 +0200 Subject: [PATCH] Add float tests to array_thw_test, as floats use std::partial_ordering --- test/array_thw_test.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/array_thw_test.cpp b/test/array_thw_test.cpp index fee7ec8..3376e36 100644 --- a/test/array_thw_test.cpp +++ b/test/array_thw_test.cpp @@ -81,6 +81,10 @@ int main() test(); test(); + // test(); + test(); + test(); + return boost::report_errors(); }