eliaskosunen/scnlib

`scn::basic_string_view::substr` does not compile.

Boronak opened this issue · 1 comments

The return type of scn::basic_string_view::substr is basic_string_view, but the function attempts to return a scn::span for which no conversion is defined.

Solved in latest master (980d2f1), thanks for reporting!