comparison DEPENDENCIES/generic/include/boost/tti/gen/namespace_gen.hpp @ 16:2665513ce2d3

Add boost headers
author Chris Cannam
date Tue, 05 Aug 2014 11:11:38 +0100
parents
children
comparison
equal deleted inserted replaced
15:663ca0da4350 16:2665513ce2d3
1
2 // (C) Copyright Edward Diener 2011,2012
3 // Use, modification and distribution are subject to the Boost Software License,
4 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5 // http://www.boost.org/LICENSE_1_0.txt).
6
7 #if !defined(BOOST_TTI_NAMESPACE_GEN_HPP)
8 #define BOOST_TTI_NAMESPACE_GEN_HPP
9
10 /*
11
12 The succeeding comments in this file are in doxygen format.
13
14 */
15
16 /** \file
17 */
18
19 /// Generates the name of the Boost TTI namespace
20 /**
21 returns = the generated name of the Boost TTI namespace.
22 */
23 #define BOOST_TTI_NAMESPACE boost::tti
24
25 #endif // BOOST_TTI_NAMESPACE_GEN_HPP