2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-24 04:02:18 +00:00
Files
math/test/test_rational_instances/test_rational_real_concept4.cpp
2007-06-20 12:38:41 +00:00

8 lines
263 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