provide an argument forwarding construct method in object_pool
Open
- Dominant language
- C++
- Stars
- 58
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
Given an actual compiler there should be a construct method in object_pool like
```
template
element_type * construct(Args&&... args);
```
See https://en.cppreference.com/w/cpp/memory/shared_ptr/make_shared
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.