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