-
Notifications
You must be signed in to change notification settings - Fork 591
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
Use of string_view's - documentation #359
Comments
Can you give me an example of what you would like to do? |
and later
and for that to work. |
At the moment that won't work because the strings passed around are a temporary constructed as the command line is looked at. |
@jarro2783 : Ok, this is not an issue about making it work - just about mentioning whether it works on the Wiki page about options. |
Ok sure. I'll add it to the wiki. |
Can one reliably use values which are string_view's? Where the default value is a non-owning reference, and so is the parsed value?
The Wiki should clarify this point IMHO.
The text was updated successfully, but these errors were encountered: