diff options
Diffstat (limited to 'src/boost/libs/math/config/has_gmpxx.cpp')
-rw-r--r-- | src/boost/libs/math/config/has_gmpxx.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/boost/libs/math/config/has_gmpxx.cpp b/src/boost/libs/math/config/has_gmpxx.cpp new file mode 100644 index 00000000..edf62d8c --- /dev/null +++ b/src/boost/libs/math/config/has_gmpxx.cpp @@ -0,0 +1,7 @@ +// Copyright John Maddock 2008. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + +#include <gmpxx.h> + |