Is it possible to add support for string_view?
Open
- Dominant language
- C++
- Stars
- 145
- Forks
- 151
- PR merge metrics
- No merged PRs in 30d
Description
Example:
https://github.com/boostorg/process/blob/3211afda4acc453c426d07673b43d1b2bd78d30d/include/boost/process/environment.hpp#LL260C51-L260C51
```c++
iterator find( const string_type& key )
```
Adding template argument to those methods, something like this:
```c++
template
iterator find( const String& key )
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.