Skip to content

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

@aminiussi

Description

@aminiussi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions