We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear All,
the package worked perfectly for at least 6 months. Now It looks like an issue has developed
It compiles properly but when I execute the following appears:
terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::substr: __pos (which is 37) > this->size() (which is 0)
Every suggestion is highly appreciated.
Thank you
Matteo
The text was updated successfully, but these errors were encountered:
Hello @pisatimatteo
I think you have faced the same issue as #11
Could you check if the latest version has fixed your issue?
Thanks.
Sorry, something went wrong.
No branches or pull requests
Dear All,
the package worked perfectly for at least 6 months.
Now It looks like an issue has developed
It compiles properly but when I execute the following appears:
terminate called after throwing an instance of 'std::out_of_range'
what(): basic_string::substr: __pos (which is 37) > this->size() (which is 0)
Every suggestion is highly appreciated.
Thank you
Matteo
The text was updated successfully, but these errors were encountered: