1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01: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() << " ," ; ss_ << os.str() << " ," ;
} }
/*
// specialize for string // specialize for string
template <> template <>
void JSONWriter::writeDefault(const std::string &s, const std::string &x) void JSONWriter::writeDefault(const std::string &s, const std::string &x)
@ -133,7 +133,7 @@ namespace Grid
else else
ss_ << os.str() << " ," ; ss_ << os.str() << " ," ;
} }
*/
template <typename U> template <typename U>