Files
multiprecision/test/include_test/gmp_include_test.cpp
John Maddock 821afe64fb Add uBlas interoperability tests.
Add file include tests.

[SVN r79894]
2012-08-07 08:10:07 +00:00

15 lines
370 B
C++

///////////////////////////////////////////////////////////////
// Copyright 2012 John Maddock. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_
#include <boost/multiprecision/gmp.hpp>
using namespace boost::multiprecision;
mpf_float a;
mpz_int b;
mpq_rational c;