Boost 1.74: Coroutines2 on MSVC 2019 / C++20

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

On Thu, Oct 29, 2020 at 6:25 AM Daniel Petrovic via Boost-users <boost-users@lists.boost.org> wrote:
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
participants (2)
-
Daniel Petrovic
-
Vinnie Falco