1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-16 23:07:05 +01:00

Compiles after merging

This commit is contained in:
Guido Cossu
2017-01-25 12:11:58 +00:00
parent 17629b8d9e
commit f7fbbaaca3
4 changed files with 39 additions and 14 deletions

View File

@ -78,7 +78,7 @@ namespace Grid
pugi::xml_node node_;
std::string fileName_;
};
template <>
struct isReader< XmlReader > {
static const bool value = true;
@ -88,9 +88,7 @@ namespace Grid
struct isWriter<XmlWriter > {
static const bool value = true;
};
// Writer template implementation ////////////////////////////////////////////
template <typename U>
void XmlWriter::writeDefault(const std::string &s, const U &x)