mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-08 20:46:59 +03:00
Merge ../mosesdecoder into perf_moses2
This commit is contained in:
commit
20edd477b4
@ -585,7 +585,7 @@ size_t Hypothesis::hash() const
|
||||
bool Hypothesis::operator==(const Hypothesis& other) const
|
||||
{
|
||||
// coverage
|
||||
if (m_sourceCompleted != other.m_sourceCompleted) {
|
||||
if (&m_sourceCompleted != &other.m_sourceCompleted) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -281,7 +281,7 @@ public:
|
||||
#endif
|
||||
|
||||
bool beats(Hypothesis const& b) const;
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user