$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r66700 - in sandbox/tti/boost/tti: . detail
From: eldiener_at_[hidden]
Date: 2010-11-23 09:54:46
Author: eldiener
Date: 2010-11-23 09:54:44 EST (Tue, 23 Nov 2010)
New Revision: 66700
URL: http://svn.boost.org/trac/boost/changeset/66700
Log:
Fixed and changed name to has_member_metafunction
Text files modified: 
   sandbox/tti/boost/tti/TTIntrospection.hpp              |     2 +-                                      
   sandbox/tti/boost/tti/detail/TTIntrospectionDetail.hpp |     1 +                                       
   2 files changed, 2 insertions(+), 1 deletions(-)
Modified: sandbox/tti/boost/tti/TTIntrospection.hpp
==============================================================================
--- sandbox/tti/boost/tti/TTIntrospection.hpp	(original)
+++ sandbox/tti/boost/tti/TTIntrospection.hpp	2010-11-23 09:54:44 EST (Tue, 23 Nov 2010)
@@ -306,7 +306,7 @@
     class R,
     BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(TTI_MAX_PARAMETERS,class P,tti::detail::notype)
     >
-  struct has_member_mf :
+  struct has_member_metafunction :
     tti::detail::eval
       <
       HasMember 
Modified: sandbox/tti/boost/tti/detail/TTIntrospectionDetail.hpp
==============================================================================
--- sandbox/tti/boost/tti/detail/TTIntrospectionDetail.hpp	(original)
+++ sandbox/tti/boost/tti/detail/TTIntrospectionDetail.hpp	2010-11-23 09:54:44 EST (Tue, 23 Nov 2010)
@@ -213,6 +213,7 @@
     {
     struct notype
       {
+      typedef notype type;
       };
       
     template<class T>