You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libcxx/test/support/fp_compare.h
+4-3
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,17 @@
9
9
#ifndef SUPPORT_FP_COMPARE_H
10
10
#defineSUPPORT_FP_COMPARE_H
11
11
12
-
#include<cmath>// for std::abs
13
12
#include<algorithm>// for std::max
14
13
#include<cassert>
15
-
#include<__config>
14
+
#include<cmath>// for std::abs
15
+
16
+
#include"test_macros.h"
16
17
17
18
// See https://www.boost.org/doc/libs/1_70_0/libs/test/doc/html/boost_test/testing_tools/extended_comparison/floating_point/floating_points_comparison_theory.html
0 commit comments