1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-17 11:14:40 +00: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

@@ -87,6 +87,16 @@ namespace Grid
json::iterator it_;
json::iterator it_end_;
};
template <>
struct isReader< JSONReader > {
static const bool value = true;
};
template <>
struct isWriter< JSONWriter > {
static const bool value = true;
};
// Writer template implementation ////////////////////////////////////////////
template <typename U>