You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fails with code 3, Unexpected end of source.
Changing the first argument to int makes it succeed, however adding any more arguments after the std::string goes back to failing. I've also seen it fail with "Argument list not exhausted" in some cases.
Is reading more than one string out of an input, or anything else after reading a string, given well-defined separators, not supported in this manner?
The text was updated successfully, but these errors were encountered:
scnlib 4.0.1
Take for example this simple test code:
This fails with code 3, Unexpected end of source.
Changing the first argument to int makes it succeed, however adding any more arguments after the std::string goes back to failing. I've also seen it fail with "Argument list not exhausted" in some cases.
Is reading more than one string out of an input, or anything else after reading a string, given well-defined separators, not supported in this manner?
The text was updated successfully, but these errors were encountered: