Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67973 - in sandbox/tti/boost/tti: . detail
From: eldiener_at_[hidden]
Date: 2011-01-11 15:47:18


Author: eldiener
Date: 2011-01-11 15:47:17 EST (Tue, 11 Jan 2011)
New Revision: 67973
URL: http://svn.boost.org/trac/boost/changeset/67973

Log:
Updated to simplify detail::notype
Text files modified:
   sandbox/tti/boost/tti/TTIntrospection.hpp | 2 +-
   sandbox/tti/boost/tti/detail/TTIntrospectionDetail.hpp | 1 -
   2 files changed, 1 insertions(+), 2 deletions(-)

Modified: sandbox/tti/boost/tti/TTIntrospection.hpp
==============================================================================
--- sandbox/tti/boost/tti/TTIntrospection.hpp (original)
+++ sandbox/tti/boost/tti/TTIntrospection.hpp 2011-01-11 15:47:17 EST (Tue, 11 Jan 2011)
@@ -122,7 +122,7 @@
         < \
         tti::detail::trait<T>, \
         tti::detail::member_type::trait<T>, \
- tti::detail::notype \
+ boost::mpl::identity<tti::detail::notype> \
>::type \
     type; \
     }; \

Modified: sandbox/tti/boost/tti/detail/TTIntrospectionDetail.hpp
==============================================================================
--- sandbox/tti/boost/tti/detail/TTIntrospectionDetail.hpp (original)
+++ sandbox/tti/boost/tti/detail/TTIntrospectionDetail.hpp 2011-01-11 15:47:17 EST (Tue, 11 Jan 2011)
@@ -229,7 +229,6 @@
     {
     struct notype
       {
- typedef tti::detail::notype type;
       };
     struct noparam
       {


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