Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WCCL
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Analysers
WCCL
Commits
e7396743
Commit
e7396743
authored
12 years ago
by
Pawel Orlowicz
Browse files
Options
Downloads
Patches
Plain Diff
changed from unordered_set to set
parent
27db878d
Branches
Branches containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
libwccl/values/strset.h
+2
-2
2 additions, 2 deletions
libwccl/values/strset.h
tests/data/lex_test.ccl
+1
-1
1 addition, 1 deletion
tests/data/lex_test.ccl
tests/data/string.ccl
+1
-1
1 addition, 1 deletion
tests/data/string.ccl
with
4 additions
and
4 deletions
libwccl/values/strset.h
+
2
−
2
View file @
e7396743
...
...
@@ -36,8 +36,8 @@ class StrSet : public Value
public:
WCCL_VALUE_PREAMBLE
typedef
boost
::
unordered_set
<
UnicodeString
>
value_type
;
//
typedef std::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.
tests/data/lex_test.ccl
+
1
−
1
View file @
e7396743
...
...
@@ -28,5 +28,5 @@ tagset=nkjp
---
[]
["part", "part2"
, "adv"
]
[
"adv",
"part", "part2"]
---
This diff is collapsed.
Click to expand it.
tests/data/string.ccl
+
1
−
1
View file @
e7396743
...
...
@@ -14,7 +14,7 @@ upper(["Schlüssel", "ěêĕ"])
---
affix(["pijący", "jedzący", "jedząca", "ca"], -3)
["ąca", "ący"
, "ca"
]
[
"ca",
"ąca", "ący"]
---
affix(["ökonomisch", "ökologisch", "oko", "okoń", "ok"], 3)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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