boostorg / boostorg/hof

construct - template cannot be MoveConstructible

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.