Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81733 - in trunk/boost/tti: . detail gen mf
From: eldiener_at_[hidden]
Date: 2012-12-06 00:04:20


Author: eldiener
Date: 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
New Revision: 81733
URL: http://svn.boost.org/trac/boost/changeset/81733

Log:
Updated copyright, inclusion headers.
Text files modified:
   trunk/boost/tti/detail/dcomp_mem_fun.hpp | 2 +-
   trunk/boost/tti/detail/ddeftype.hpp | 6 +++---
   trunk/boost/tti/detail/dmem_data.hpp | 8 ++++----
   trunk/boost/tti/detail/dmem_type.hpp | 2 +-
   trunk/boost/tti/detail/dnotype.hpp | 8 ++++----
   trunk/boost/tti/detail/dptmf.hpp | 8 ++++----
   trunk/boost/tti/detail/dstatic_mem_data.hpp | 6 +++---
   trunk/boost/tti/detail/dtclass.hpp | 8 ++++----
   trunk/boost/tti/detail/dtemplate.hpp | 2 +-
   trunk/boost/tti/detail/dtemplate_params.hpp | 2 +-
   trunk/boost/tti/detail/dtfunction.hpp | 8 ++++----
   trunk/boost/tti/detail/dvm_template_params.hpp | 2 +-
   trunk/boost/tti/gen/has_member_data_gen.hpp | 8 ++++----
   trunk/boost/tti/gen/has_member_function_gen.hpp | 8 ++++----
   trunk/boost/tti/gen/has_static_member_data_gen.hpp | 8 ++++----
   trunk/boost/tti/gen/has_static_member_function_gen.hpp | 8 ++++----
   trunk/boost/tti/gen/has_template_gen.hpp | 8 ++++----
   trunk/boost/tti/gen/has_type_gen.hpp | 8 ++++----
   trunk/boost/tti/gen/member_type_gen.hpp | 8 ++++----
   trunk/boost/tti/gen/namespace_gen.hpp | 8 ++++----
   trunk/boost/tti/has_member_data.hpp | 8 ++++----
   trunk/boost/tti/has_static_member_data.hpp | 10 +++++-----
   trunk/boost/tti/has_static_member_function.hpp | 8 ++++----
   trunk/boost/tti/has_type.hpp | 6 +++---
   trunk/boost/tti/member_type.hpp | 8 ++++----
   trunk/boost/tti/mf/mf_member_type.hpp | 6 +++---
   trunk/boost/tti/tti.hpp | 8 ++++----
   27 files changed, 90 insertions(+), 90 deletions(-)

Modified: trunk/boost/tti/detail/dcomp_mem_fun.hpp
==============================================================================
--- trunk/boost/tti/detail/dcomp_mem_fun.hpp (original)
+++ trunk/boost/tti/detail/dcomp_mem_fun.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,5 +1,5 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).

Modified: trunk/boost/tti/detail/ddeftype.hpp
==============================================================================
--- trunk/boost/tti/detail/ddeftype.hpp (original)
+++ trunk/boost/tti/detail/ddeftype.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -4,8 +4,8 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).
 
-#if !defined(TTI_DETAIL_DEFTYPE_HPP)
-#define TTI_DETAIL_DEFTYPE_HPP
+#if !defined(BOOST_TTI_DETAIL_DEFTYPE_HPP)
+#define BOOST_TTI_DETAIL_DEFTYPE_HPP
 
 namespace boost
   {
@@ -20,4 +20,4 @@
     }
   }
   
-#endif // TTI_DETAIL_DEFTYPE_HPP
+#endif // BOOST_TTI_DETAIL_DEFTYPE_HPP

Modified: trunk/boost/tti/detail/dmem_data.hpp
==============================================================================
--- trunk/boost/tti/detail/dmem_data.hpp (original)
+++ trunk/boost/tti/detail/dmem_data.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,11 +1,11 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).
 
-#if !defined(TTI_DETAIL_MEM_DATA_HPP)
-#define TTI_DETAIL_MEM_DATA_HPP
+#if !defined(BOOST_TTI_DETAIL_MEM_DATA_HPP)
+#define BOOST_TTI_DETAIL_MEM_DATA_HPP
 
 #include <boost/config.hpp>
 #include <boost/function_types/components.hpp>
@@ -145,4 +145,4 @@
     }
   }
   
-#endif // TTI_DETAIL_MEM_DATA_HPP
+#endif // BOOST_TTI_DETAIL_MEM_DATA_HPP

Modified: trunk/boost/tti/detail/dmem_type.hpp
==============================================================================
--- trunk/boost/tti/detail/dmem_type.hpp (original)
+++ trunk/boost/tti/detail/dmem_type.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,5 +1,5 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).

Modified: trunk/boost/tti/detail/dnotype.hpp
==============================================================================
--- trunk/boost/tti/detail/dnotype.hpp (original)
+++ trunk/boost/tti/detail/dnotype.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,11 +1,11 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).
 
-#if !defined(TTI_DETAIL_NOTYPE_HPP)
-#define TTI_DETAIL_NOTYPE_HPP
+#if !defined(BOOST_TTI_DETAIL_NOTYPE_HPP)
+#define BOOST_TTI_DETAIL_NOTYPE_HPP
 
 namespace boost
   {
@@ -20,4 +20,4 @@
     }
   }
   
-#endif // TTI_DETAIL_NOTYPE_HPP
+#endif // BOOST_TTI_DETAIL_NOTYPE_HPP

Modified: trunk/boost/tti/detail/dptmf.hpp
==============================================================================
--- trunk/boost/tti/detail/dptmf.hpp (original)
+++ trunk/boost/tti/detail/dptmf.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,11 +1,11 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).
 
-#if !defined(TTI_DETAIL_PTMF_HPP)
-#define TTI_DETAIL_PTMF_HPP
+#if !defined(BOOST_TTI_DETAIL_PTMF_HPP)
+#define BOOST_TTI_DETAIL_PTMF_HPP
 
 #include <boost/config.hpp>
 #include <boost/mpl/push_front.hpp>
@@ -34,4 +34,4 @@
     }
   }
   
-#endif // TTI_DETAIL_PTMF_HPP
+#endif // BOOST_TTI_DETAIL_PTMF_HPP

Modified: trunk/boost/tti/detail/dstatic_mem_data.hpp
==============================================================================
--- trunk/boost/tti/detail/dstatic_mem_data.hpp (original)
+++ trunk/boost/tti/detail/dstatic_mem_data.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,5 +1,5 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).
@@ -18,7 +18,7 @@
 
 #define BOOST_TTI_DETAIL_TRAIT_HAS_STATIC_MEMBER_DATA(trait,name) \
   template<class T,class Type> \
- struct BOOST_PP_CAT(trait,_detail) \
+ struct BOOST_PP_CAT(trait,_detail_hsd) \
     { \
     template<bool,typename U> \
     struct menable_if; \
@@ -64,7 +64,7 @@
 
 #define BOOST_TTI_DETAIL_TRAIT_HAS_STATIC_MEMBER_DATA(trait,name) \
   template<class T,class Type> \
- struct BOOST_PP_CAT(trait,_detail) \
+ struct BOOST_PP_CAT(trait,_detail_hsd) \
     { \
     template<Type *> \
     struct helper; \

Modified: trunk/boost/tti/detail/dtclass.hpp
==============================================================================
--- trunk/boost/tti/detail/dtclass.hpp (original)
+++ trunk/boost/tti/detail/dtclass.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,11 +1,11 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).
 
-#if !defined(TTI_DETAIL_TCLASS_HPP)
-#define TTI_DETAIL_TCLASS_HPP
+#if !defined(BOOST_TTI_DETAIL_TCLASS_HPP)
+#define BOOST_TTI_DETAIL_TCLASS_HPP
 
 #include <boost/mpl/eval_if.hpp>
 #include <boost/mpl/identity.hpp>
@@ -31,4 +31,4 @@
     }
   }
   
-#endif // TTI_DETAIL_TCLASS_HPP
+#endif // BOOST_TTI_DETAIL_TCLASS_HPP

Modified: trunk/boost/tti/detail/dtemplate.hpp
==============================================================================
--- trunk/boost/tti/detail/dtemplate.hpp (original)
+++ trunk/boost/tti/detail/dtemplate.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,5 +1,5 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).

Modified: trunk/boost/tti/detail/dtemplate_params.hpp
==============================================================================
--- trunk/boost/tti/detail/dtemplate_params.hpp (original)
+++ trunk/boost/tti/detail/dtemplate_params.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,5 +1,5 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).

Modified: trunk/boost/tti/detail/dtfunction.hpp
==============================================================================
--- trunk/boost/tti/detail/dtfunction.hpp (original)
+++ trunk/boost/tti/detail/dtfunction.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,11 +1,11 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).
 
-#if !defined(TTI_DETAIL_TFUNCTION_HPP)
-#define TTI_DETAIL_TFUNCTION_HPP
+#if !defined(BOOST_TTI_DETAIL_TFUNCTION_HPP)
+#define BOOST_TTI_DETAIL_TFUNCTION_HPP
 
 #include <boost/config.hpp>
 #include <boost/mpl/push_front.hpp>
@@ -32,4 +32,4 @@
     }
   }
   
-#endif // TTI_DETAIL_TFUNCTION_HPP
+#endif // BOOST_TTI_DETAIL_TFUNCTION_HPP

Modified: trunk/boost/tti/detail/dvm_template_params.hpp
==============================================================================
--- trunk/boost/tti/detail/dvm_template_params.hpp (original)
+++ trunk/boost/tti/detail/dvm_template_params.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,5 +1,5 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).

Modified: trunk/boost/tti/gen/has_member_data_gen.hpp
==============================================================================
--- trunk/boost/tti/gen/has_member_data_gen.hpp (original)
+++ trunk/boost/tti/gen/has_member_data_gen.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,11 +1,11 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).
 
-#if !defined(TTI_MEMBER_DATA_GEN_HPP)
-#define TTI_MEMBER_DATA_GEN_HPP
+#if !defined(BOOST_TTI_MEMBER_DATA_GEN_HPP)
+#define BOOST_TTI_MEMBER_DATA_GEN_HPP
 
 #include <boost/preprocessor/cat.hpp>
 
@@ -28,4 +28,4 @@
   BOOST_PP_CAT(has_member_data_,name) \
 /**/
 
-#endif // TTI_MEMBER_DATA_GEN_HPP
+#endif // BOOST_TTI_MEMBER_DATA_GEN_HPP

Modified: trunk/boost/tti/gen/has_member_function_gen.hpp
==============================================================================
--- trunk/boost/tti/gen/has_member_function_gen.hpp (original)
+++ trunk/boost/tti/gen/has_member_function_gen.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,11 +1,11 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).
 
-#if !defined(TTI_MEMBER_FUNCTION_GEN_HPP)
-#define TTI_MEMBER_FUNCTION_GEN_HPP
+#if !defined(BOOST_TTI_MEMBER_FUNCTION_GEN_HPP)
+#define BOOST_TTI_MEMBER_FUNCTION_GEN_HPP
 
 #include <boost/preprocessor/cat.hpp>
 
@@ -28,4 +28,4 @@
   BOOST_PP_CAT(has_member_function_,name) \
 /**/
 
-#endif // TTI_MEMBER_FUNCTION_GEN_HPP
+#endif // BOOST_TTI_MEMBER_FUNCTION_GEN_HPP

Modified: trunk/boost/tti/gen/has_static_member_data_gen.hpp
==============================================================================
--- trunk/boost/tti/gen/has_static_member_data_gen.hpp (original)
+++ trunk/boost/tti/gen/has_static_member_data_gen.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,11 +1,11 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).
 
-#if !defined(TTI_STATIC_MEMBER_DATA_GEN_HPP)
-#define TTI_STATIC_MEMBER_DATA_GEN_HPP
+#if !defined(BOOST_TTI_STATIC_MEMBER_DATA_GEN_HPP)
+#define BOOST_TTI_STATIC_MEMBER_DATA_GEN_HPP
 
 #include <boost/preprocessor/cat.hpp>
 
@@ -28,4 +28,4 @@
   BOOST_PP_CAT(has_static_member_data_,name) \
 /**/
 
-#endif // TTI_STATIC_MEMBER_DATA_GEN_HPP
+#endif // BOOST_TTI_STATIC_MEMBER_DATA_GEN_HPP

Modified: trunk/boost/tti/gen/has_static_member_function_gen.hpp
==============================================================================
--- trunk/boost/tti/gen/has_static_member_function_gen.hpp (original)
+++ trunk/boost/tti/gen/has_static_member_function_gen.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,11 +1,11 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).
 
-#if !defined(TTI_STATIC_MEMBER_FUNCTION_GEN_HPP)
-#define TTI_STATIC_MEMBER_FUNCTION_GEN_HPP
+#if !defined(BOOST_TTI_STATIC_MEMBER_FUNCTION_GEN_HPP)
+#define BOOST_TTI_STATIC_MEMBER_FUNCTION_GEN_HPP
 
 #include <boost/preprocessor/cat.hpp>
 
@@ -28,4 +28,4 @@
   BOOST_PP_CAT(has_static_member_function_,name) \
 /**/
 
-#endif // TTI_STATIC_MEMBER_FUNCTION_GEN_HPP
+#endif // BOOST_TTI_STATIC_MEMBER_FUNCTION_GEN_HPP

Modified: trunk/boost/tti/gen/has_template_gen.hpp
==============================================================================
--- trunk/boost/tti/gen/has_template_gen.hpp (original)
+++ trunk/boost/tti/gen/has_template_gen.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,11 +1,11 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).
 
-#if !defined(TTI_TEMPLATE_GEN_HPP)
-#define TTI_TEMPLATE_GEN_HPP
+#if !defined(BOOST_TTI_TEMPLATE_GEN_HPP)
+#define BOOST_TTI_TEMPLATE_GEN_HPP
 
 #include <boost/preprocessor/cat.hpp>
 
@@ -28,4 +28,4 @@
   BOOST_PP_CAT(has_template_,name) \
 /**/
 
-#endif // TTI_TEMPLATE_GEN_HPP
+#endif // BOOST_TTI_TEMPLATE_GEN_HPP

Modified: trunk/boost/tti/gen/has_type_gen.hpp
==============================================================================
--- trunk/boost/tti/gen/has_type_gen.hpp (original)
+++ trunk/boost/tti/gen/has_type_gen.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,11 +1,11 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).
 
-#if !defined(TTI_TYPE_GEN_HPP)
-#define TTI_TYPE_GEN_HPP
+#if !defined(BOOST_TTI_TYPE_GEN_HPP)
+#define BOOST_TTI_TYPE_GEN_HPP
 
 #include <boost/preprocessor/cat.hpp>
 
@@ -28,4 +28,4 @@
   BOOST_PP_CAT(has_type_,name) \
 /**/
 
-#endif // TTI_TYPE_GEN_HPP
+#endif // BOOST_TTI_TYPE_GEN_HPP

Modified: trunk/boost/tti/gen/member_type_gen.hpp
==============================================================================
--- trunk/boost/tti/gen/member_type_gen.hpp (original)
+++ trunk/boost/tti/gen/member_type_gen.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,11 +1,11 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).
 
-#if !defined(TTI_MEMBER_TYPE_GEN_HPP)
-#define TTI_MEMBER_TYPE_GEN_HPP
+#if !defined(BOOST_TTI_MEMBER_TYPE_GEN_HPP)
+#define BOOST_TTI_MEMBER_TYPE_GEN_HPP
 
 #include <boost/preprocessor/cat.hpp>
 
@@ -28,4 +28,4 @@
   BOOST_PP_CAT(member_type_,name) \
 /**/
   
-#endif // TTI_MEMBER_TYPE_GEN_HPP
+#endif // BOOST_TTI_MEMBER_TYPE_GEN_HPP

Modified: trunk/boost/tti/gen/namespace_gen.hpp
==============================================================================
--- trunk/boost/tti/gen/namespace_gen.hpp (original)
+++ trunk/boost/tti/gen/namespace_gen.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,11 +1,11 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).
 
-#if !defined(TTI_NAMESPACE_GEN_HPP)
-#define TTI_NAMESPACE_GEN_HPP
+#if !defined(BOOST_TTI_NAMESPACE_GEN_HPP)
+#define BOOST_TTI_NAMESPACE_GEN_HPP
 
 /*
 
@@ -22,4 +22,4 @@
 */
 #define BOOST_TTI_NAMESPACE boost::tti
 
-#endif // TTI_NAMESPACE_GEN_HPP
+#endif // BOOST_TTI_NAMESPACE_GEN_HPP

Modified: trunk/boost/tti/has_member_data.hpp
==============================================================================
--- trunk/boost/tti/has_member_data.hpp (original)
+++ trunk/boost/tti/has_member_data.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,11 +1,11 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).
 
-#if !defined(TTI_HAS_MEMBER_DATA_HPP)
-#define TTI_HAS_MEMBER_DATA_HPP
+#if !defined(BOOST_TTI_HAS_MEMBER_DATA_HPP)
+#define BOOST_TTI_HAS_MEMBER_DATA_HPP
 
 #include <boost/preprocessor/cat.hpp>
 #include <boost/type_traits/remove_const.hpp>
@@ -105,4 +105,4 @@
   ) \
 /**/
 
-#endif // TTI_HAS_MEMBER_DATA_HPP
+#endif // BOOST_TTI_HAS_MEMBER_DATA_HPP

Modified: trunk/boost/tti/has_static_member_data.hpp
==============================================================================
--- trunk/boost/tti/has_static_member_data.hpp (original)
+++ trunk/boost/tti/has_static_member_data.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,11 +1,11 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).
 
-#if !defined(TTI_HAS_STATIC_MEMBER_DATA_HPP)
-#define TTI_HAS_STATIC_MEMBER_DATA_HPP
+#if !defined(BOOST_TTI_HAS_STATIC_MEMBER_DATA_HPP)
+#define BOOST_TTI_HAS_STATIC_MEMBER_DATA_HPP
 
 #include <boost/config.hpp>
 #include <boost/preprocessor/cat.hpp>
@@ -48,7 +48,7 @@
   BOOST_TTI_DETAIL_TRAIT_HAS_STATIC_MEMBER_DATA(trait,name) \
   template<class TTI_T,class TTI_Type> \
   struct trait : \
- BOOST_PP_CAT(trait,_detail)<TTI_T,TTI_Type> \
+ BOOST_PP_CAT(trait,_detail_hsd)<TTI_T,TTI_Type> \
     { \
     }; \
 /**/
@@ -82,4 +82,4 @@
   ) \
 /**/
 
-#endif // TTI_HAS_STATIC_MEMBER_DATA_HPP
+#endif // BOOST_TTI_HAS_STATIC_MEMBER_DATA_HPP

Modified: trunk/boost/tti/has_static_member_function.hpp
==============================================================================
--- trunk/boost/tti/has_static_member_function.hpp (original)
+++ trunk/boost/tti/has_static_member_function.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,11 +1,11 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).
 
-#if !defined(TTI_HAS_STATIC_MEMBER_FUNCTION_HPP)
-#define TTI_HAS_STATIC_MEMBER_FUNCTION_HPP
+#if !defined(BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION_HPP)
+#define BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION_HPP
 
 #include <boost/function_types/property_tags.hpp>
 #include <boost/mpl/vector.hpp>
@@ -107,4 +107,4 @@
   ) \
 /**/
 
-#endif // TTI_HAS_STATIC_MEMBER_FUNCTION_HPP
+#endif // BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION_HPP

Modified: trunk/boost/tti/has_type.hpp
==============================================================================
--- trunk/boost/tti/has_type.hpp (original)
+++ trunk/boost/tti/has_type.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -4,8 +4,8 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).
 
-#if !defined(TTI_HAS_TYPE_HPP)
-#define TTI_HAS_TYPE_HPP
+#if !defined(BOOST_TTI_HAS_TYPE_HPP)
+#define BOOST_TTI_HAS_TYPE_HPP
 
 #include <boost/mpl/bool.hpp>
 #include <boost/preprocessor/cat.hpp>
@@ -165,4 +165,4 @@
   ) \
 /**/
 
-#endif // TTI_HAS_TYPE_HPP
+#endif // BOOST_TTI_HAS_TYPE_HPP

Modified: trunk/boost/tti/member_type.hpp
==============================================================================
--- trunk/boost/tti/member_type.hpp (original)
+++ trunk/boost/tti/member_type.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,11 +1,11 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).
 
-#if !defined(TTI_MEMBER_TYPE_HPP)
-#define TTI_MEMBER_TYPE_HPP
+#if !defined(BOOST_TTI_MEMBER_TYPE_HPP)
+#define BOOST_TTI_MEMBER_TYPE_HPP
   
 #include <boost/config.hpp>
 #include <boost/mpl/eval_if.hpp>
@@ -145,4 +145,4 @@
     }
   }
   
-#endif // TTI_MEMBER_TYPE_HPP
+#endif // BOOST_TTI_MEMBER_TYPE_HPP

Modified: trunk/boost/tti/mf/mf_member_type.hpp
==============================================================================
--- trunk/boost/tti/mf/mf_member_type.hpp (original)
+++ trunk/boost/tti/mf/mf_member_type.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -4,8 +4,8 @@
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).
 
-#if !defined(TTI_MF_MEMBER_TYPE_HPP)
-#define TTI_MF_MEMBER_TYPE_HPP
+#if !defined(BOOST_TTI_MF_MEMBER_TYPE_HPP)
+#define BOOST_TTI_MF_MEMBER_TYPE_HPP
   
 #include <boost/mpl/not.hpp>
 #include <boost/type_traits/is_same.hpp>
@@ -62,4 +62,4 @@
     }
   }
   
-#endif // TTI_MF_MEMBER_TYPE_HPP
+#endif // BOOST_TTI_MF_MEMBER_TYPE_HPP

Modified: trunk/boost/tti/tti.hpp
==============================================================================
--- trunk/boost/tti/tti.hpp (original)
+++ trunk/boost/tti/tti.hpp 2012-12-06 00:04:18 EST (Thu, 06 Dec 2012)
@@ -1,11 +1,11 @@
 
-// (C) Copyright Edward Diener 2011
+// (C) Copyright Edward Diener 2011,2012
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt).
 
-#if !defined(TT_INTROSPECTION_HPP)
-#define TT_INTROSPECTION_HPP
+#if !defined(BOOST_TTI_INTROSPECTION_HPP)
+#define BOOST_TTI_INTROSPECTION_HPP
 
 #include "has_member_data.hpp"
 #include "has_member_function.hpp"
@@ -15,4 +15,4 @@
 #include "has_type.hpp"
 #include "member_type.hpp"
 
-#endif // TT_INTROSPECTION_HPP
+#endif // BOOST_TTI_INTROSPECTION_HPP


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk