summaryrefslogtreecommitdiff
path: root/src/third_party/boost-1.69.0/boost/test/floating_point_comparison.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/boost-1.69.0/boost/test/floating_point_comparison.hpp')
-rw-r--r--src/third_party/boost-1.69.0/boost/test/floating_point_comparison.hpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/third_party/boost-1.69.0/boost/test/floating_point_comparison.hpp b/src/third_party/boost-1.69.0/boost/test/floating_point_comparison.hpp
new file mode 100644
index 00000000000..e8892744773
--- /dev/null
+++ b/src/third_party/boost-1.69.0/boost/test/floating_point_comparison.hpp
@@ -0,0 +1,14 @@
+// (C) Copyright Gennadiy Rozental 2001.
+// Distributed under the Boost Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
+// See http://www.boost.org/libs/test for the library home page.
+//
+//! @file
+//! @brief Deprecated header
+//! @deprecated Use boost/test/tools/floating_point_comparison.hpp instead
+// ***************************************************************************
+
+// Boost.Test
+#include <boost/test/tools/floating_point_comparison.hpp>