mirror of
https://github.com/boostorg/math.git
synced 2026-02-02 21:02:20 +00:00
7 lines
203 B
C++
7 lines
203 B
C++
|
|
#include "test_rational.hpp"
|
|
#include <boost/math/concepts/real_concept.hpp>
|
|
|
|
template void do_test_spots<boost::math::concepts::real_concept, unsigned>(boost::math::concepts::real_concept, unsigned);
|
|
|