boostorg / boostorg/graph_parallel
Expect either boost::optional or std::optional from Boost.MPI
Open
- Dominant language
- C++
- Stars
- 33
- Forks
- 41
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 1
Description
Hi,
Boost.MPI is moving from boost::optional to std::optional when the later is available (unless explicitly asked otherwise).
During the transition phase, clients can expect either, which implies to
* only rely on the common API between `boost::optional` and `std::optional`
* take the Boost MPI type from `boost::mpi::optional`
I'll submit a pull request with those modifications.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.