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

GraphBLAS: Limit scope of extern "C" block to function declarations. #813

Merged

Conversation

mmuetzel
Copy link
Contributor

@mmuetzel mmuetzel commented May 23, 2024

Headers (especially headers from the standard library) shouldn't be included in extern "C" blocks. These blocks are only really needed for function declarations.

Limit the scope of the extern "C" block in GraphBLAS.h to where it's really needed.

This should hopefully avoid the build error when using LLVM libc++ as the standard library.

Headers shouldn't be included in extern "C" blocks. These blocks are only
really needed for function definitions.

Limit the scope of the extern "C" block in GraphBLAS.h to where is really
needed.
@mmuetzel mmuetzel changed the base branch from paru_dev2 to dev2 May 23, 2024 13:20
@mmuetzel mmuetzel changed the base branch from dev2 to paru_dev2 May 23, 2024 13:20
@mmuetzel mmuetzel changed the title GraphBLAS: Limit scope of extern "C" block to function definitions. GraphBLAS: Limit scope of extern "C" block to function declarations. May 23, 2024
@DrTimothyAldenDavis DrTimothyAldenDavis merged commit 9bb54f1 into DrTimothyAldenDavis:paru_dev2 May 23, 2024
23 of 25 checks passed
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