mirror of
https://github.com/boostorg/math.git
synced 2026-01-29 07:42:11 +00:00
7 lines
148 B
C++
7 lines
148 B
C++
|
|
#include "test_rational.hpp"
|
|
|
|
#ifdef BOOST_HAS_LONG_LONG
|
|
template void do_test_spots<float, unsigned long long>(float, unsigned long long);
|
|
#endif
|