$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r66660 - sandbox/tti/boost/tti/detail
From: eldiener_at_[hidden]
Date: 2010-11-21 13:50:55
Author: eldiener
Date: 2010-11-21 13:50:54 EST (Sun, 21 Nov 2010)
New Revision: 66660
URL: http://svn.boost.org/trac/boost/changeset/66660
Log:
Remove variadic template usage until later
Text files modified: 
   sandbox/tti/boost/tti/detail/TTIntrospectionDetail.hpp |     6 ------                                  
   1 files changed, 0 insertions(+), 6 deletions(-)
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-21 13:50:54 EST (Sun, 21 Nov 2010)
@@ -206,8 +206,6 @@
       {
       };
       
-#if defined(BOOST_NO_VARIADIC_TEMPLATES)
-
     template<class T>
     struct eval;
     
@@ -219,10 +217,6 @@
 #define BOOST_PP_FILENAME_1 "TTIntrospectionIterateEval.hpp"
 #include BOOST_PP_ITERATE()
 
-#else
-
-#endif
-      
     }
   }