]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/typeof/test/odr_no_uns2.hpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / typeof / test / odr_no_uns2.hpp
1 // Copyright (C) 2006 Arkadiy Vertleyb
2 // Copyright (C) 2006 Peder Holt
3 // Use, modification and distribution is subject to the Boost Software
4 // License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt)
5
6 #ifndef BOOST_TYPEOF_ODR_NO_UNS2_HPP_INCLUDED
7 #define BOOST_TYPEOF_ODR_NO_UNS2_HPP_INCLUDED
8
9 #define BOOST_TYPEOF_SUPPRESS_UNNAMED_NAMESPACE
10 #include <boost/typeof/typeof.hpp>
11
12 #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
13
14 struct odr_test_2
15 {};
16
17 BOOST_TYPEOF_REGISTER_TYPE(odr_test_2)
18
19 #endif//BOOST_TYPEOF_ODR_NO_UNS2_HPP_INCLUDED