Releases: Ryan-rsm-McKenzie/mmio
Releases · Ryan-rsm-McKenzie/mmio
2.0.0
Breaking
mmio::mapped_file<...>::open
now returns ammio::open_result
instead ofbool
.mmio::open_result
is contextually convertible tobool
, so it should not break most code, but users should be aware of it anyway.
Fixes
- Fix #1
What's New?
- Added support for greatly improved error messages when encountering io errors
- Added
begin
/end
tommio::mapped_file<...>
(and thus support for ranges) mmio::mapped_file<...>::open
now returns an opaquestd::error_code
(viammio::open_result
) that provides a much more descriptive overview of what caused io to fail.
1.1.0
- Add constructor overload to directly open a file
1.0.0
Initial release