mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
7 lines
137 B
C++
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
|