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