We fixed compilation errors on clang at #219. Remaining problem: pfi::system::file::fd_stream uses gcc extension (__gnu_cxx::stdio_filebuf in `<ext/stdio_filebuf.h>` header). * Implement stdio_filebuf * Replace __gnu_cxx::stdio_filebuf
We fixed compilation errors on clang at #219.
Remaining problem: pfi::system::file::fd_stream uses gcc extension (__gnu_cxx::stdio_filebuf in
<ext/stdio_filebuf.h>header).