odr_no_uns1.hpp 548 B

12345678910111213141516171819
  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. #ifndef BOOST_TYPEOF_ODR_NO_UNS1_HPP_INCLUDED
  6. #define BOOST_TYPEOF_ODR_NO_UNS1_HPP_INCLUDED
  7. #define BOOST_TYPEOF_SUPPRESS_UNNAMED_NAMESPACE
  8. #include <boost/typeof/typeof.hpp>
  9. #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
  10. struct odr_test_1
  11. {};
  12. BOOST_TYPEOF_REGISTER_TYPE(odr_test_1)
  13. #endif//BOOST_TYPEOF_ODR_NO_UNS1_HPP_INCLUDED