-
Notifications
You must be signed in to change notification settings - Fork 4
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
Can dynamic::variable::map_type::erase
accept string_view
?
#20
Comments
|
I see. Gonna close the issue then. Once #19 is solved, I'll have a solution for that. |
I could add a That could also address the concern in #19. |
And the limitation of not being able to use |
Agreed. It makes sense to add both |
This is not the same as #19. #19 is a bug. This is a feature request.
The following code fails:
I have to allocate a
std::string
to erase the proper element. It'd be nice if it worked withstring_view
directly.The text was updated successfully, but these errors were encountered: