ddeftype.hpp 485 B

1234567891011121314151617181920212223
  1. // (C) Copyright Edward Diener 2012
  2. // Use, modification and distribution are subject to the Boost Software License,
  3. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt).
  5. #if !defined(BOOST_TTI_DETAIL_DEFTYPE_HPP)
  6. #define BOOST_TTI_DETAIL_DEFTYPE_HPP
  7. namespace boost
  8. {
  9. namespace tti
  10. {
  11. namespace detail
  12. {
  13. struct deftype
  14. {
  15. };
  16. }
  17. }
  18. }
  19. #endif // BOOST_TTI_DETAIL_DEFTYPE_HPP