boostorg / boostorg/process

Is it possible to add support for string_view?

Open
#315 2 comments 2 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.