2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-19 02:22:15 +00:00

Merged changes from Trunk.

[SVN r45478]
This commit is contained in:
John Maddock
2008-05-18 08:29:50 +00:00
parent f66efdf48f
commit 0aa1a09902
16 changed files with 42 additions and 25 deletions

View File

@@ -7,5 +7,5 @@
#include "test_rational.hpp"
#ifdef BOOST_HAS_LONG_LONG
template void do_test_spots<float, unsigned long long>(float, unsigned long long);
template void do_test_spots<float, boost::ulong_long_type>(float, boost::ulong_long_type);
#endif