What's Changed
- Add
file::native_handle
for C++26 (#162) - Fix a TOC/TOU vunerability where a
filebuf
could be open after a temporary file was deleted (#164) - Add meson build system support (#159)
- Always open
file
withstd::ios::in
andstd::ios::out
flags (#167) - Fixed a bug where invalid open mode was not handled correctly (#168)
- Make
file(file&&)
noexcept
(db6886e)
Full Changelog: v2...v2.1