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

Remove _NOEXCEPT macro in favor of noexcept in libcu++ #349

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

Blonck
Copy link
Contributor

@Blonck Blonck commented Aug 17, 2023

Description

As part of #127, code for unsupported compilation modes/platforms will be removed.
noexcept is supported by all targeted compilers, so the conditional support can be removed.
All uses of the _NOEXCEPT macro are replaced by noexcept.

Checklist

[x] I am familiar with the Contributing Guidelines.

@Blonck Blonck requested review from a team as code owners August 17, 2023 06:12
@Blonck Blonck requested review from ericniebler and alliepiper and removed request for a team August 17, 2023 06:12
@rapids-bot
Copy link

rapids-bot bot commented Aug 17, 2023

Pull requests from external contributors require approval from a NVIDIA organization member with write permissions or greater before CI can begin.

@Blonck
Copy link
Contributor Author

Blonck commented Aug 17, 2023

Hi, I wanted to get into libcu++ a little bit, if that is ok for you?
Issue #127 is marked as a "good first issue", so here is the first PR.

@miscco
Copy link
Collaborator

miscco commented Aug 17, 2023

/ok to test

As part of NVIDIA#127 code for
unsupported compilation modes/platforms will be removed.

`noexcept` is supported by all targeted compilers so the conditional
support can be removed.
@miscco
Copy link
Collaborator

miscco commented Aug 18, 2023

/ok to test

@miscco miscco merged commit 486e557 into NVIDIA:main Aug 21, 2023
435 of 436 checks passed
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.

2 participants