2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 16:32:10 +00:00
Files
math/test/compile_test/tools_remez_inc_test.cpp
2024-10-03 20:58:54 -04:00

13 lines
436 B
C++

// Copyright John Maddock 2006.
// Use, modification and distribution are subject to 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)
//
// Basic sanity check that header <boost/math/tools/remez.hpp>
// #includes all the files that it needs to.
//
#ifndef BOOST_MATH_STANDALONE
#include "../../include_private/boost/math/tools/remez.hpp"
#endif