diff options
author | Marius Kintel <marius@kintel.net> | 2013-04-16 00:58:15 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-04-16 00:58:15 (GMT) |
commit | 73c2a45af6afca253159d2cf9c1ecf5747f0217e (patch) | |
tree | 3467fbd22e2160bcb5791e6c118f3a46367c599c /src/context.h | |
parent | 49a288cd34f604ed13e1eff7b48bcfc6d6286169 (diff) |
Reinstate recursion guard to new context handling, fixes the last known subissue of #116 and #328
Diffstat (limited to 'src/context.h')
-rw-r--r-- | src/context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/context.h b/src/context.h index 5c75e48..282a940 100644 --- a/src/context.h +++ b/src/context.h @@ -33,8 +33,6 @@ public: static std::vector<const Context*> ctx_stack; - mutable boost::unordered_map<std::string, int> recursioncount; - protected: typedef boost::unordered_map<std::string, Value> ValueMap; ValueMap constants; |