Files
multiprecision/test/include_test/mpfr_include_test.cpp
2015-07-19 19:11:11 +01:00

16 lines
363 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/mpfr.hpp>
using namespace boost::multiprecision;
int main()
{
mpfr_float a;
}