Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WCCL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Analysers
WCCL
Commits
5567968b
Commit
5567968b
authored
Apr 20, 2012
by
Adam Radziszewski
Browse files
Options
Downloads
Patches
Plain Diff
strset as std::set
parent
10bc936c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libwccl/values/strset.h
+9
-8
9 additions, 8 deletions
libwccl/values/strset.h
with
9 additions
and
8 deletions
libwccl/values/strset.h
+
9
−
8
View file @
5567968b
...
...
@@ -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_
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment