Boost 1.74: Coroutines2 on MSVC 2019 / C++20
29 Oct
2020
29 Oct
'20
10:51 a.m.
Using Boost 1.74. By using coroutines 2 on MSVC 2019 (v16.7.7) with C++20 there is a compilation issue regarding result_of which is replaced by invoke_result in C++20. Is there already some patch for 1.74 or maybe work in progress for 1.75 regarding this issue ? Regards Daniel
29 Oct
29 Oct
4:49 p.m.
On Thu, Oct 29, 2020 at 6:25 AM Daniel Petrovic via Boost-users
By using coroutines 2 on MSVC 2019 (v16.7.7) with C++20 there is a compilation issue regarding result_of which is replaced by invoke_result in C++20.
Please open an issue describing the problem here: https://github.com/boostorg/coroutine2 And if possible, submit a pull request with your proposed fix. This will give the problem the highest chance of being resolved. Thanks
1489
Age (days ago)
1489
Last active (days ago)
1 comments
2 participants
participants (2)
-
Daniel Petrovic
-
Vinnie Falco