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
14struct odr_test_2
15{};
16
17BOOST_TYPEOF_REGISTER_TYPE(odr_test_2)
18
19#endif//BOOST_TYPEOF_ODR_NO_UNS2_HPP_INCLUDED
20

source code of boost/libs/typeof/test/odr_no_uns2.hpp