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
path: root/util
diff options
context:
space:
mode:
authorHieu Hoang <fishandfrolick@gmail.com>2013-01-20 15:52:18 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2013-01-20 15:52:18 +0400
commit8a3b93c72e7b24a6a1bf8a0fd409765539cbc507 (patch)
tree2b5872b17143965cde467b238dc3127c9b535b28 /util
parentb6fd7bf9947bcf738a7ffca7302b50502b211a69 (diff)
compile error on mac
Diffstat (limited to 'util')
-rw-r--r--util/stream/sort.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/stream/sort.hh b/util/stream/sort.hh
index be6c11eaf..f25993129 100644
--- a/util/stream/sort.hh
+++ b/util/stream/sort.hh
@@ -325,8 +325,8 @@ template <class Compare, class Combine> class MergingReader {
private:
Offsets *out_offsets_;
- std::size_t buffer_size_;
- std::size_t total_memory_;
+ uint64_t buffer_size_;
+ uint64_t total_memory_;
};
// The lazy step owns the remaining files. This keeps track of them.