Skip to content

Releases: eliaskosunen/scnlib

0.1.1

25 Jun 19:15
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Quick bugfix release

  • Add more examples
  • Fix #8: Fix segfault when using scn::cstdin() or scn::wcstdin(),
    caused by the copy and move constructor of small_vector setting data pointer to nullptr
    if copying/moving from an empty small_vector.
    (Thanks @SuperWig for reporting!)
  • Fix compilation error when using scn::ranges::get_value.
  • Fix a badge in README (thanks @p1v0t)

0.1

24 Jun 01:52
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release

First release!