Expect either boost::optional or std::optional from Boost.MPI

Open
#39 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
30/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
cpp

Research direction

No files, tests, or entry points are named. Start by locating Boost.MPI optional usage in graph_parallel, then review the affected interfaces against the issue's two compatibility requirements. Done means clients can handle either optional type and obtain the MPI type from boost::mpi::optional.

Written by the indexing model from the issue text.

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.

Dominant language
C++
Stars
33
Forks
41
Avg merge
1d 11h
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from boostorg/graph_parallel

All issues in boostorg/graph_parallel

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.