mirror of
https://github.com/boostorg/math.git
synced 2026-02-23 15:52:16 +00:00
8 lines
256 B
C++
8 lines
256 B
C++
|
|
#include "test_rational.hpp"
|
|
#include <boost/math/concepts/real_concept.hpp>
|
|
|
|
#ifdef BOOST_HAS_LONG_LONG
|
|
template void do_test_spots<boost::math::concepts::real_concept, unsigned long long>(boost::math::concepts::real_concept, unsigned long long);
|
|
#endif
|