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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user