From 135ccb682c6c06549169512507b2648a9ba2a601 Mon Sep 17 00:00:00 2001 From: hieuhoang Date: Thu, 20 Oct 2011 16:32:48 +0000 Subject: comment out unused function that gave compile error on some compilers --- GIZA++-v2/Vector.h | 3 +++ 1 file changed, 3 insertions(+) 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 Vector (*this)[maxWritten]=x; return top(); } + /* bool writeTo(ostream&out) const { out << "Vector "; @@ -264,6 +265,8 @@ template class Vector } return 1; } + */ + bool readFrom(istream&in) { string s; -- cgit v1.2.3