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 checks against _LIBCUDACXX_STD_VER < 11 #375

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

Blonck
Copy link
Contributor

@Blonck Blonck commented Aug 25, 2023

As part of #127, code for unsupported compilation modes/platforms will be removed. _LICUDACXX_STD_VER macro defines which C++ standard is used. This patch removes all checks against C++ versions before 11 and the corresponding code.

Checklist

As part of NVIDIA#127, code for unsupported compilation modes/platforms will
be removed. `_LICUDACXX_STD_VER` macro defines which C++ standard is
used. This patch removes all checks against C++ versions before 11 and
the corresponding code.
@Blonck Blonck requested review from a team as code owners August 25, 2023 13:06
@Blonck Blonck requested review from ericniebler and removed request for a team August 25, 2023 13:06
@rapids-bot
Copy link

rapids-bot bot commented Aug 25, 2023

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

@Blonck Blonck requested review from gevtushenko and removed request for a team August 25, 2023 13:06
@miscco
Copy link
Contributor

miscco commented Aug 28, 2023

/ok to test

@miscco miscco merged commit 11b9ced into NVIDIA:main Aug 28, 2023
ahendriksen pushed a commit to ahendriksen/cccl that referenced this pull request Aug 28, 2023
As part of NVIDIA#127, code for unsupported compilation modes/platforms will
be removed. `_LICUDACXX_STD_VER` macro defines which C++ standard is
used. This patch removes all checks against C++ versions before 11 and
the corresponding code.

Co-authored-by: Martin Marenz <[email protected]>
ahendriksen pushed a commit to ahendriksen/cccl that referenced this pull request Aug 28, 2023
As part of NVIDIA#127, code for unsupported compilation modes/platforms will
be removed. `_LICUDACXX_STD_VER` macro defines which C++ standard is
used. This patch removes all checks against C++ versions before 11 and
the corresponding code.

Co-authored-by: Martin Marenz <[email protected]>
ahendriksen pushed a commit to ahendriksen/cccl that referenced this pull request Aug 29, 2023
As part of NVIDIA#127, code for unsupported compilation modes/platforms will
be removed. `_LICUDACXX_STD_VER` macro defines which C++ standard is
used. This patch removes all checks against C++ versions before 11 and
the corresponding code.

Co-authored-by: Martin Marenz <[email protected]>
ahendriksen pushed a commit to ahendriksen/cccl that referenced this pull request Aug 29, 2023
As part of NVIDIA#127, code for unsupported compilation modes/platforms will
be removed. `_LICUDACXX_STD_VER` macro defines which C++ standard is
used. This patch removes all checks against C++ versions before 11 and
the corresponding code.

Co-authored-by: Martin Marenz <[email protected]>
ahendriksen pushed a commit to ahendriksen/cccl that referenced this pull request Aug 31, 2023
As part of NVIDIA#127, code for unsupported compilation modes/platforms will
be removed. `_LICUDACXX_STD_VER` macro defines which C++ standard is
used. This patch removes all checks against C++ versions before 11 and
the corresponding code.

Co-authored-by: Martin Marenz <[email protected]>
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