Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scn::basic_string_view::substr does not compile. #86

Closed
Boronak opened this issue Jul 30, 2023 · 1 comment
Closed

scn::basic_string_view::substr does not compile. #86

Boronak opened this issue Jul 30, 2023 · 1 comment

Comments

@Boronak
Copy link

Boronak commented Jul 30, 2023

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.

@eliaskosunen
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants