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
I wonder if we should have a cstring_view implementation, since std::string_view is not guaranteed to be null-terminated and therefor can not be safely used with C-API calls.
There is one very prominent implementation from bemanproject.
I wonder if we should have a
cstring_viewimplementation, sincestd::string_viewis not guaranteed to be null-terminated and therefor can not be safely used with C-API calls.There is one very prominent implementation from bemanproject.