multiprecision/test/include_test/cpp_bin_float_include_test.cpp

14 lines
383 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 https://www.boost.org/LICENSE_1_0.txt
#include <boost/multiprecision/cpp_bin_float.hpp>
using namespace boost::multiprecision;
int main()
{
cpp_bin_float<50> a;
}