From bf3b6fe73a414edb5fbb1da29baa7e882dd982a8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 27 Sep 2009 18:18:57 +0200 Subject: Add inline qualifier string --- cli/context.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/context.hxx') diff --git a/cli/context.hxx b/cli/context.hxx index eb2e412..ae490c9 100644 --- a/cli/context.hxx +++ b/cli/context.hxx @@ -32,12 +32,16 @@ public: std::ostream& os; semantics::cli_unit& unit; + string& inl; + typedef std::map reserved_name_map_type; reserved_name_map_type& reserved_name_map; private: struct data { + string inl_; + reserved_name_map_type reserved_name_map_; }; -- cgit v1.1