Container-policy parameter for parse functions
Open
- Dominant language
- C++
- Stars
- 182
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
Consider adding the option to provide a policy type parameter that specifies which containers the library should use by default (to minimize conversions and/or minimize verbosity - need for the user to specify his own preferences) like
```
struct containers
{
template using vector = boost::container::small_vector;
template using ordered_map = boost::container::flat_map<....>;
};
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.