]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/unordered/test/objects/fwd.hpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / unordered / test / objects / fwd.hpp
1
2 // Copyright 2006-2009 Daniel James.
3 // Distributed under the Boost Software License, Version 1.0. (See accompanying
4 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6 #if !defined(BOOST_UNORDERED_TEST_OBJECTS_FWD_HEADER)
7 #define BOOST_UNORDERED_TEST_OBJECTS_FWD_HEADER
8
9 namespace test
10 {
11 class object;
12 class hash;
13 class less;
14 class equal_to;
15 template <class T> class allocator;
16 }
17
18 #endif