|
Boost-Commit : |
From: chochlik_at_[hidden]
Date: 2008-06-19 04:17:10
Author: matus.chochlik
Date: 2008-06-19 04:17:10 EDT (Thu, 19 Jun 2008)
New Revision: 46503
URL: http://svn.boost.org/trac/boost/changeset/46503
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:17:10 EDT (Thu, 19 Jun 2008)
@@ -222,7 +222,6 @@
template <
class VisitorType,
- class Context,
class InstanceType
>
inline static void lead_to_instance(
@@ -244,7 +243,6 @@
private:
template <
class VisitorType,
- class Context,
class InstanceType
>
inline static void do_lead_to_instance(
@@ -257,7 +255,6 @@
template <
class VisitorType,
- class Context,
class InstanceType
>
inline static void do_lead_to_instance(
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