Releases: eliaskosunen/scnlib
Releases · eliaskosunen/scnlib
0.1.1
Quick bugfix release
- Add more examples
- Fix #8: Fix segfault when using
scn::cstdin()
orscn::wcstdin()
,
caused by the copy and move constructor ofsmall_vector
setting data pointer tonullptr
if copying/moving from an emptysmall_vector
.
(Thanks @SuperWig for reporting!) - Fix compilation error when using
scn::ranges::get_value
. - Fix a badge in README (thanks @p1v0t)
0.1
First release!