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:
authorHieu Hoang <hieuhoang@gmail.com>2015-10-19 19:22:18 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-10-19 19:22:18 +0300
commit9891e5b50bbb22b11f4895c8eb7a8bf06993353e (patch)
tree6d206cd3814334a88efd7fbeffa2839c2e412814 /moses/BitmapContainer.h
parent7d98df2b0c39007c9167c505b73df5ef31ffd69c (diff)
Revert "reuse bitmap key for BitmapContainer"
This reverts commit 7d98df2b0c39007c9167c505b73df5ef31ffd69c.
Diffstat (limited to 'moses/BitmapContainer.h')
-rw-r--r--moses/BitmapContainer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/BitmapContainer.h b/moses/BitmapContainer.h
index 0bfba950c..3566f3179 100644
--- a/moses/BitmapContainer.h
+++ b/moses/BitmapContainer.h
@@ -202,7 +202,7 @@ public:
class BitmapContainer
{
private:
- const WordsBitmap &m_bitmap;
+ WordsBitmap m_bitmap;
HypothesisStackCubePruning &m_stack;
HypothesisSet m_hypotheses;
BackwardsEdgeSet m_edges;