From dbd59549e5e48118fdac71048de0a37059c1d5a1 Mon Sep 17 00:00:00 2001 From: François Bobot Date: Fri, 22 Jun 2012 15:11:11 +0000 Subject: Parser: add the possibility to bind at level 0. --- src/context/cdhashset.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/context/cdhashset.h') diff --git a/src/context/cdhashset.h b/src/context/cdhashset.h index 777bbc94b..bf1f7d097 100644 --- a/src/context/cdhashset.h +++ b/src/context/cdhashset.h @@ -68,6 +68,10 @@ public: return super::insert(v, v); } + void insertAtContextLevelZero(const V& v) { + return super::insertAtContextLevelZero(v, v); + } + bool contains(const V& v) { return find(v) != end(); } -- cgit v1.2.3