Chris@16: Chris@16: // (C) Copyright Edward Diener 2011,2012 Chris@16: // Use, modification and distribution are subject to the Boost Software License, Chris@16: // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at Chris@16: // http://www.boost.org/LICENSE_1_0.txt). Chris@16: Chris@16: #if !defined(BOOST_TTI_NAMESPACE_GEN_HPP) Chris@16: #define BOOST_TTI_NAMESPACE_GEN_HPP Chris@16: Chris@16: /* Chris@16: Chris@16: The succeeding comments in this file are in doxygen format. Chris@16: Chris@16: */ Chris@16: Chris@16: /** \file Chris@16: */ Chris@16: Chris@16: /// Generates the name of the Boost TTI namespace Chris@16: /** Chris@16: returns = the generated name of the Boost TTI namespace. Chris@16: */ Chris@16: #define BOOST_TTI_NAMESPACE boost::tti Chris@16: Chris@16: #endif // BOOST_TTI_NAMESPACE_GEN_HPP