]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/tr1/test/cyclic_depend/math_special_functions.cpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / tr1 / test / cyclic_depend / math_special_functions.cpp
CommitLineData
7c673cae
FG
1
2// (C) Copyright John Maddock 2008.
3// Use, modification and distribution are subject to the
4// Boost Software License, Version 1.0. (See accompanying file
5// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6
7#include <boost/math/special_functions.hpp>
8
9int main()
10{
11 return 0;
12}