`detail/invoke.hpp` fails to compile due to `std::result_of`
- Dominant language
- Assembly
- Stars
- 370
- Forks
- 186
- Avg merge
- 24d 6h
- Merged PRs (30d)
- 1
Description
```
external/boost.context+/include/boost/context/detail/invoke.hpp:29:19: error: no type named 'result_of' in namespace 'std'
29 | typename std::result_of< Fn &&( Args && ... ) >::type
| ~~~~~~~~~~~~~~^~~~~~~~~
external/boost.context+/include/boost/context/detail/invoke.hpp:30:1: error: expected unqualified-id
30 | >::type
| ^
external/boost.context+/include/boost/context/detail/invoke.hpp:38:19: error: no type named 'result_of' in namespace 'std'
38 | typename std::result_of< Fn &&( Args && ... ) >::type
| ~~~~~~~~~~~~~~^~~~~~~~~
external/boost.context+/include/boost/context/detail/invoke.hpp:39:1: error: expected unqualified-id
39 | >::type
| ^
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.