]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/math/test/test_instantiate2.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / test / test_instantiate2.cpp
CommitLineData
7c673cae
FG
1// Copyright John Maddock 2006.
2// Use, modification and distribution are subject to the
3// Boost Software License, Version 1.0. (See accompanying file
4// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6#define TEST_COMPLEX
7
8#include "compile_test/instantiate.hpp"
9
10void other_test()
11{
12 instantiate(double(0));
13 instantiate_mixed(double(0));
14}
15
16