Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMosesAdmin <moses-support-owner@mit.edu>2015-10-20 22:16:07 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-10-20 22:16:07 +0300
commit9643043cb793530d0dc285eb3b355bf06e116c71 (patch)
tree1ef520414671f02cd1ae60c6ea32d2b0690b6a96 /moses/Util.h
parentc47f24c539456259a194412d7383c9ee5861f538 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/Util.h')
-rw-r--r--moses/Util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/Util.h b/moses/Util.h
index 7f800ee37..926f5c32b 100644
--- a/moses/Util.h
+++ b/moses/Util.h
@@ -542,11 +542,11 @@ class UnorderedComparer
{
public:
size_t operator()(const T& obj) const {
- return obj.hash();
+ return obj.hash();
}
bool operator()(const T& a, const T& b) const {
- return a == b;
+ return a == b;
}
size_t operator()(const T* obj) const {