Implement future::{result,wait}_reference

Issue #313 resolved
Dan Bonachea created an issue

With spec PR #27 merged, we now have a task to implement the newly specified future::{result,wait}_reference interfaces (described in spec issue #150)

result-ref.png

wait-ref.png

Comments (2)

  1. Dan Bonachea reporter

    Partial fix merged in pull request #181 for release 2020.3.0

    This version has the known defect that it doesn't handlefuture<T&&>::result_reference() as specified, and returns T const& instead. Otherwise it should be compliant with the specification.

    Work continues in pull request #178 to fix this remaining defect for an upcoming release.

  2. Log in to comment