mirror of
https://github.com/paboyle/Grid.git
synced 2025-07-27 17:57:08 +01:00
THis failed for some reason. Suspect Antonin has made more progress.
This commit is contained in:
@@ -137,7 +137,7 @@ private:
|
|||||||
} catch(std::istringstream::failure e) {
|
} catch(std::istringstream::failure e) {
|
||||||
std::cerr << "XML read failure on "<<" "<<asString<<" "<<typeid(T).name()<<std::endl;
|
std::cerr << "XML read failure on "<<" "<<asString<<" "<<typeid(T).name()<<std::endl;
|
||||||
}
|
}
|
||||||
assert( is.tellg()==-1);
|
// assert( is.tellg()==-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user