mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 07:17:06 +01:00
IO: code cleaning and string binary IO fix
This commit is contained in:
@ -81,6 +81,9 @@ namespace Grid
|
||||
fromString(output, buf);
|
||||
}
|
||||
|
||||
template <>
|
||||
void XmlReader::readDefault(const std::string &s, std::string &output);
|
||||
|
||||
template <typename U>
|
||||
void XmlReader::readDefault(const std::string &s, std::vector<U> &output)
|
||||
{
|
||||
|
Reference in New Issue
Block a user