From 74f17946c9772090fe1855a9d817ba2aea64aa33 Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Sun, 2 Oct 2011 16:12:22 +0000 Subject: [PATCH] Commented out my wonderful deserialization template for the moment as it causes problems on Windows --- projects/mtg/include/utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/mtg/include/utils.h b/projects/mtg/include/utils.h index 51313be43..b18590329 100644 --- a/projects/mtg/include/utils.h +++ b/projects/mtg/include/utils.h @@ -99,7 +99,7 @@ bool FileExists(const string & filename); std::string buildFilePath(const vector & folders, const string & filename); std::string ensureFolder(const string & folderName); - +/* template istream& operator>>(istream& in, T& p) { string s; @@ -114,5 +114,5 @@ template istream& operator>>(istream& in, T& p) return in; } - +*/ #endif