From 8951d219d4de05d705a93cd22d822e02e815e9d9 Mon Sep 17 00:00:00 2001 From: helly Date: Thu, 29 Dec 2005 00:47:48 +0000 Subject: [PATCH] - MSVC.2003 falls on this with wrong switches, probably others too with their normal options --- parser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parser.h b/parser.h index 58435f26..1827367f 100644 --- a/parser.h +++ b/parser.h @@ -24,6 +24,8 @@ public: /** \todo should we delete 're'? */ } + typedef std::map SymbolTable; + protected: Symbol(const SubStr& str) @@ -34,8 +36,6 @@ protected: private: - typedef std::map SymbolTable; - static SymbolTable symbol_table; Str name; -- 2.50.1