1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Fixing Intel compiler error for the JSON parser

This commit is contained in:
Guido Cossu 2017-09-08 13:41:53 +01:00
parent 9fa07eecde
commit 7cb2b11f26

View File

@ -120,7 +120,7 @@ namespace Grid
ss_ << os.str() << " ," ;
}
/*
// specialize for string
template <>
void JSONWriter::writeDefault(const std::string &s, const std::string &x)
@ -133,7 +133,7 @@ namespace Grid
else
ss_ << os.str() << " ," ;
}
*/
template <typename U>