Skip to content
Snippets Groups Projects
Commit 5567968b authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

strset as std::set

parent 10bc936c
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,8 @@ class StrSet : public Value
public:
WCCL_VALUE_PREAMBLE
typedef boost::unordered_set<UnicodeString> value_type;
//typedef boost::unordered_set<UnicodeString> value_type;
typedef std::set<UnicodeString> value_type;
StrSet()
: set_()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment