From e31eef7a4a00d46ce184dd33aea4d8c07b7ffb39 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Wed, 2 Nov 2016 22:24:00 +0800 Subject: Hygiene fixes (disabled still) --- src/resolve/absolute.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resolve') diff --git a/src/resolve/absolute.cpp b/src/resolve/absolute.cpp index 38f7b27b..120f1b3a 100644 --- a/src/resolve/absolute.cpp +++ b/src/resolve/absolute.cpp @@ -353,7 +353,7 @@ struct Context return false; } AST::Path lookup_opt(const ::std::string& name, const Ident::Hygiene& src_context, LookupMode mode) const { - + DEBUG("name=" << name <<", src_context=" << src_context); for(auto it = m_name_context.rbegin(); it != m_name_context.rend(); ++ it) { TU_MATCH(Ent, (*it), (e), -- cgit v1.2.3