Skip to content

impl/binaryio: use standard std::streampos

Stephan Hilb requested to merge stephan.hilb/dune-alugrid:fix-clang into master

std::istream:streampos is non-standard and fails when building with clang.

Merge request reports