Bind can't use `boost::result_of`
Open
- Dominant language
- C++
- Stars
- 29
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
I discovered that `boost::bind` strongly requires to have `result_type` meta-field from the type of the passed functional object. I was surprised, because why not to use `boost::result_of` when possible?
Can we fix it, even it will be a breaking change?
The shortest-reproducible example here:
https://godbolt.org/z/5fhb1hdYa
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.