Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

aminiussi
Copy link
Member

This is a 'fix' for #39.

It assume Boost MPI develop version boostorg/mpi@2eed4e7

…mmes from boost::mpi API.

For those optionals, access the values through optional::value (supported by both boost::optional and std::optional) instead of optional::get (nit supported by std::optional).
@jeremy-murphy
Copy link
Contributor

This change looks fine but I'll have to fix whatever is wrong with the CI first, which I'm hoping it's just the Ubuntu 20.04 removal.

@jeremy-murphy
Copy link
Contributor

This change looks fine but I'll have to fix whatever is wrong with the CI first, which I'm hoping it's just the Ubuntu 20.04 removal.

Hmm, no, it's something else, so this might take time to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants