mirror of
https://github.com/boostorg/compute.git
synced 2026-02-01 08:22:17 +00:00
This fixes a compilation error which occurred when assigning to a future<void> from a future<T>. For different future types the event member variable is private and must be accessed via the get_event() method.