Quick bugfix release
- Add more examples
- Fix #8: Fix segfault when using
scn::cstdin()orscn::wcstdin(),
caused by the copy and move constructor ofsmall_vectorsetting 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)