Skip to content
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

Add nothrow @nogc. #14

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

Conversation

SFrijters
Copy link

No description provided.

@John-Colvin
Copy link
Member

so we are insisting that any callbacks passed in are nothrow and nogc?

@John-Colvin
Copy link
Member

A first step should be this:
Everything should be @nogc nothrow except for the function type aliases (e.g. MPI_Copy_function) and any functions that take parameters of these types (e.g. MPI_Comm_create_errhandler).

Dealing with making those conditionally @nogc nothrow depending on argument types etc is something that can be dealt with later

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