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 <hieu@hoang.co.uk>2013-11-15 15:56:00 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-11-15 15:56:00 +0400
commitd6d0877ea32f651c0fede89c33d985e2bf38a1b9 (patch)
tree7a7bd6538d69b25ec3f476b42c8684a77891cdea /mert/Fdstream.h
parent94bf2733fe5cd1c9acb1d162873f955c13a7f981 (diff)
add comment for future work on making fdstream more portable /Jeroen Vermeulen
Diffstat (limited to 'mert/Fdstream.h')
-rw-r--r--mert/Fdstream.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mert/Fdstream.h b/mert/Fdstream.h
index 5c549587e..2258ef4a5 100644
--- a/mert/Fdstream.h
+++ b/mert/Fdstream.h
@@ -1,7 +1,12 @@
/*
* This class creates c++ like stream from file descriptor
+ * It uses gcc-specific functions, therefore is not portable
+ *
+ * Jeroen Vermeulen reckons that it can be replaced with Boost's io::stream_buffer
+ *
*/
+
#ifndef _FDSTREAM_
#define _FDSTREAM_