Releases: Ryan-rsm-McKenzie/binary_io
Releases · Ryan-rsm-McKenzie/binary_io
2.0.6
2.0.5
Fixes
- Added support for clang-10 or later
file_stream
reports more informative errors on windows- Prefer
CXX_VISIBILITY_PRESET
over setting compiler options manually
2.0.4
Fixes
- Fixed a bug where
file_stream
would fail to clean itself up before moving from another file in the assignment operator
2.0.3
Fixes
- Fixed a bug where
file_stream
was missing move/copy constructors/assignment operators leading to corruption bugs
2.0.2
- Fix compiler warnings on x86
2.0.1
- Fix a typo in
buffer_exhausted
what
message
2.0.0
- BREAKING:
read<...>()
with no arguments now returns a tuple instead of returning the value directly
1.0.0
- Initial release