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

Fix order of system_header supression and includes #1323

Merged
merged 6 commits into from
Feb 16, 2024

Conversation

miscco
Copy link
Collaborator

@miscco miscco commented Jan 25, 2024

We have been a bit sloppy in libcu++ putting the system_header guard after the includes. This allows for the possibility that some warnings reach the user.

Ensure that this cannot happen by always putting the guard right after the config include

We have been a bit sloppy in libcu++ putting the system_header guard after the includes. This allows for the possibility that some warnings reach the user.

Ensure that this cannot happen by always putting right after the config include
Copy link
Collaborator

@gevtushenko gevtushenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some of system annotations and header inclusions dissipated

@miscco miscco requested a review from wmaxey February 8, 2024 13:33
@miscco
Copy link
Collaborator Author

miscco commented Feb 14, 2024

@gevtushenko I have addressed all headers with missing guards

@miscco miscco enabled auto-merge (squash) February 14, 2024 20:11
@miscco miscco merged commit c8dde0e into NVIDIA:main Feb 16, 2024
537 checks passed
@miscco miscco deleted the move_system_header_libcuxx branch February 16, 2024 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants