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
So I've looked a bit into your code for that and it could be as simple as wrapping the code into a string which would be okay but doesn't really fit with the string_view philosophy imo. To make use of the string_view some more changes need to be done and i don't know if this is something you allow as a pr or you are already working on that.
Is there a reason why try_parse or parse in general doesn't work with std::string_view?
As far as i know are std::string_views's supported as values or am i missing some hint in the docs?
Thanks in advance
The text was updated successfully, but these errors were encountered: