mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-13 01:05:36 +00:00
Gotten rid of c++17 in Test_serialisation.cc
This commit is contained in:
parent
34b9450fc9
commit
752530f352
@ -98,7 +98,7 @@ void ioTest(const std::string &filename, const O &object, const std::string &nam
|
|||||||
bool good = Serializable::CompareMember(object, *buf);
|
bool good = Serializable::CompareMember(object, *buf);
|
||||||
if (!good) {
|
if (!good) {
|
||||||
std::cout << " failure!" << std::endl;
|
std::cout << " failure!" << std::endl;
|
||||||
if constexpr (EigenIO::is_tensor<O>::value)
|
if (EigenIO::is_tensor<O>::value)
|
||||||
dump_tensor(*buf,"???");
|
dump_tensor(*buf,"???");
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user