]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/multiprecision/performance/performance_test_files/test01.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / multiprecision / performance / performance_test_files / test01.cpp
CommitLineData
f67539c2
TL
1///////////////////////////////////////////////////////////////
2// Copyright 2019 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#include "../performance_test.hpp"
7
8void test01()
9{
10#ifdef TEST_INT64
1e59de90 11 test<std::uint64_t>("std::uint64_t", 64);
f67539c2
TL
12#endif
13}