mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 03:05:55 +01:00
Cosmetic
This commit is contained in:
parent
ab81a25073
commit
77d299b414
@ -61,16 +61,21 @@ inline std::ostream& operator << (std::ostream& os, const std::vector<T>& v)
|
||||
os << " ]";
|
||||
return os;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
//////////////////////////////////////////
|
||||
// Todo:
|
||||
//////////////////////////////////////////
|
||||
//#include <serialisation/CoutReader.h>
|
||||
//#include <serialisation/TextReader.h>
|
||||
//#include <serialisation/JSONReader.h>
|
||||
//#include <serialisation/YAMLReader.h>
|
||||
|
||||
#include <serialisation/XMLReader.h>
|
||||
|
||||
//////////////////////////////////////////
|
||||
// Select the default serialiser
|
||||
//////////////////////////////////////////
|
||||
namespace Grid {
|
||||
|
||||
using XMLPolicy::Reader;
|
||||
|
Loading…
x
Reference in New Issue
Block a user