changed back the entry to use std::map for dictionaries

This commit is contained in:
Arvid Norberg
2005-09-11 09:58:34 +00:00
parent f824714b0e
commit 8c8a375168
4 changed files with 2 additions and 41 deletions

View File

@@ -709,7 +709,7 @@ or a string. This is its synopsis::
{
public:
typedef std::list<std::pair<std::string, entry> > dictionary_type;
typedef std::map<std::string, entry> dictionary_type;
typedef std::string string_type;
typedef std::list<entry> list_type;
typedef size_type integer_type;