From 1837e323916c7479623bb61e479407b85edee562 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 21 Feb 2012 01:45:26 -0600 Subject: The new SCOPE mechanism is working --- src/scope.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/scope.h') diff --git a/src/scope.h b/src/scope.h index a7b3c5cb..fbc1a889 100644 --- a/src/scope.h +++ b/src/scope.h @@ -188,6 +188,8 @@ public: scope_t& _grandchild) : child_scope_t(_parent), grandchild(_grandchild) { TRACE_CTOR(bind_scope_t, "scope_t&, scope_t&"); + DEBUG("scope.symbols", + "Binding scope " << &_parent << " with " << &_grandchild); } virtual ~bind_scope_t() { TRACE_DTOR(bind_scope_t); -- cgit v1.2.3