boostorg / boostorg/thread

future<shared_future<T>>::unwrap does not exist

Open
#333 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
214
Forks
171
PR merge metrics
No merged PRs in 30d

Description

The docs say:

```
Member function unwrap() EXTENSION
template
future future< future>::unwrap(); // EXTENSION
template
boost::shared_future future< boost::shared_future>::unwrap(); // EXTENSION
```

[thread.hpp:1887](https://github.com/boostorg/thread/blob/409c98f8b745e72bc326e93bfaf8a353d94a69b0/include/boost/thread/future.hpp#L1887) appears to define the future>::unwrap, but it doesn't appear that there's a specialization for future> to provide the documented `unwrap` method.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.