From 7385921ace0e0b130de43709cd09bb973915657f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 2 Apr 2010 14:28:37 +0200 Subject: Add std::string overload for context functions --- cutl/compiler/context.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cutl/compiler/context.cxx') diff --git a/cutl/compiler/context.cxx b/cutl/compiler/context.cxx index 7238b33..0488e1f 100644 --- a/cutl/compiler/context.cxx +++ b/cutl/compiler/context.cxx @@ -10,7 +10,7 @@ namespace cutl namespace compiler { void context:: - remove (char const* key) + remove (std::string const& key) { map::iterator i (map_.find (key)); -- cgit v1.1