$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: chochlik_at_[hidden]
Date: 2008-06-19 04:13:29
Author: matus.chochlik
Date: 2008-06-19 04:13:28 EDT (Thu, 19 Jun 2008)
New Revision: 46502
URL: http://svn.boost.org/trac/boost/changeset/46502
Log:
minor bug fix
Text files modified: 
   sandbox/mirror/boost/mirror/detail/traversal.hpp |     3 ---                                     
   1 files changed, 0 insertions(+), 3 deletions(-)
Modified: sandbox/mirror/boost/mirror/detail/traversal.hpp
==============================================================================
--- sandbox/mirror/boost/mirror/detail/traversal.hpp	(original)
+++ sandbox/mirror/boost/mirror/detail/traversal.hpp	2008-06-19 04:13:28 EDT (Thu, 19 Jun 2008)
@@ -222,7 +222,6 @@
 
                 template <
                         class VisitorType, 
-			class MetaClass,
                         class Context, 
                         class InstanceType
 		>
@@ -245,7 +244,6 @@
         private:
                 template <
                         class VisitorType, 
-			class MetaClass,
                         class Context, 
                         class InstanceType
 		>
@@ -259,7 +257,6 @@
 
                 template <
                         class VisitorType, 
-			class MetaClass,
                         class Context, 
                         class InstanceType
 		>