Describe what you are looking for
In integer-receiving interfaces like basic_string_slice::find(string_view,size_type = 0) and find(value_type,size_type = 0) we explicitly document UV if the requested slice is out of bounds, but STL returns an npos. We may want to change that to match STL more closely in the next releases.
Can you contribute to the implementation?
Is your feature request specific to a certain interface?
C++ bindings
Contact Details
No response
Is there an existing issue for this?
Code of Conduct
Describe what you are looking for
In integer-receiving interfaces like
basic_string_slice::find(string_view,size_type = 0)andfind(value_type,size_type = 0)we explicitly document UV if the requested slice is out of bounds, but STL returns annpos. We may want to change that to match STL more closely in the next releases.Can you contribute to the implementation?
Is your feature request specific to a certain interface?
C++ bindings
Contact Details
No response
Is there an existing issue for this?
Code of Conduct