namespace_gen.hpp 596 B

12345678910111213141516171819202122232425
  1. // (C) Copyright Edward Diener 2011,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_NAMESPACE_GEN_HPP)
  6. #define BOOST_TTI_NAMESPACE_GEN_HPP
  7. /*
  8. The succeeding comments in this file are in doxygen format.
  9. */
  10. /** \file
  11. */
  12. /// Generates the name of the Boost TTI namespace
  13. /**
  14. returns = the generated name of the Boost TTI namespace.
  15. */
  16. #define BOOST_TTI_NAMESPACE boost::tti
  17. #endif // BOOST_TTI_NAMESPACE_GEN_HPP