Commented out my wonderful deserialization template for the moment as it

causes problems on Windows
This commit is contained in:
Xawotihs
2011-10-02 16:12:22 +00:00
parent 86131f7ea0
commit 74f17946c9

View File

@@ -99,7 +99,7 @@ bool FileExists(const string & filename);
std::string buildFilePath(const vector<string> & folders, const string & filename);
std::string ensureFolder(const string & folderName);
/*
template <class T> istream& operator>>(istream& in, T& p)
{
string s;
@@ -114,5 +114,5 @@ template <class T> istream& operator>>(istream& in, T& p)
return in;
}
*/
#endif