]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/tr1/test/cyclic_depend/function.cpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / tr1 / test / cyclic_depend / function.cpp
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/function.hpp>
8
9 int main()
10 {
11 return 0;
12 }