Commented out my wonderful deserialization template for the moment as it
causes problems on Windows
This commit is contained in:
@@ -99,7 +99,7 @@ bool FileExists(const string & filename);
|
|||||||
|
|
||||||
std::string buildFilePath(const vector<string> & folders, const string & filename);
|
std::string buildFilePath(const vector<string> & folders, const string & filename);
|
||||||
std::string ensureFolder(const string & folderName);
|
std::string ensureFolder(const string & folderName);
|
||||||
|
/*
|
||||||
template <class T> istream& operator>>(istream& in, T& p)
|
template <class T> istream& operator>>(istream& in, T& p)
|
||||||
{
|
{
|
||||||
string s;
|
string s;
|
||||||
@@ -114,5 +114,5 @@ template <class T> istream& operator>>(istream& in, T& p)
|
|||||||
|
|
||||||
return in;
|
return in;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user