2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00
Files
math/build/has_long_double_support.cpp
2008-05-23 10:51:05 +00:00

7 lines
137 B
C++

#include <boost/math/tools/config.hpp>
#ifdef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
#error "long double support not enabled"
#endif