]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/multiprecision/test/test_arithmetic_skeleton.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / multiprecision / test / test_arithmetic_skeleton.cpp
CommitLineData
f67539c2
TL
1///////////////////////////////////////////////////////////////
2// Copyright 2012 John Maddock. Distributed under the Boost
3// Software License, Version 1.0. (See accompanying file
4// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt
5
6#ifdef _MSC_VER
7#define _SCL_SECURE_NO_WARNINGS
8#endif
9
10#include "skeleton_backend.hpp"
11#include "test_arithmetic.hpp"
12
13int main()
14{
15 test<boost::multiprecision::skeleton_number>();
16 return boost::report_errors();
17}