2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-28 07:22:12 +00:00

Add missing using declaration.

This commit is contained in:
jzmaddock
2014-02-15 17:46:20 +00:00
parent 2e10391ada
commit 0d85f89449

View File

@@ -167,6 +167,7 @@ void test_gamma(T, const char* name)
template <class T>
void test_spots(T)
{
BOOST_MATH_STD_USING
//
// basic sanity checks, tolerance is 50 epsilon expressed as a percentage:
//