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

github.com/moses-smt/giza-pp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhieuhoang <hieuhoang@ca354974-eb3a-0410-8f5c-d3948404989b>2011-10-20 20:32:48 +0400
committerhieuhoang <hieuhoang@ca354974-eb3a-0410-8f5c-d3948404989b>2011-10-20 20:32:48 +0400
commit135ccb682c6c06549169512507b2648a9ba2a601 (patch)
tree030248335d568d3a62d203945b4cfd6aa4add942
parent359feb096771b222dba024884206bf30fb2ae451 (diff)
comment out unused function that gave compile error on some compilers
-rw-r--r--GIZA++-v2/Vector.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/GIZA++-v2/Vector.h b/GIZA++-v2/Vector.h
index cd682c1..96d26ad 100644
--- a/GIZA++-v2/Vector.h
+++ b/GIZA++-v2/Vector.h
@@ -252,6 +252,7 @@ template<class T> class Vector
(*this)[maxWritten]=x;
return top();
}
+ /*
bool writeTo(ostream&out) const
{
out << "Vector ";
@@ -264,6 +265,8 @@ template<class T> class Vector
}
return 1;
}
+ */
+
bool readFrom(istream&in)
{
string s;