construct - template cannot be MoveConstructible
Open
- Dominant language
- C++
- Stars
- 509
- Forks
- 94
- PR merge metrics
- No merged PRs in 30d
Description
It is not clear from the description what would be the result of
```
auto x = construct()(1);
```
I have a make function that can also take a type-constructor so that we can
```
auto x = make>(1);
auto x = make>()(1);
```
Of course, we need some kind of customization from the user.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.