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:
parent
9fa07eecde
commit
7cb2b11f26
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user