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

[BUG]: Avoid deprecation warning for std::aligned_storage when building with c++23 #258

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

miscco
Copy link
Collaborator

@miscco miscco commented Jul 24, 2023

This is a respin of NVIDIA/thrust#1908

Currently including <thrust/device_vector.h> breaks for gcc and clang when building for c++23.

We are not putting any effort in for now to deprecated aligned_storage ourself but unblocking users.

@miscco miscco requested review from a team as code owners July 24, 2023 11:30
@miscco miscco requested review from elstehle and gevtushenko and removed request for a team July 24, 2023 11:30
@miscco miscco added thrust For all items related to Thrust. bug Something isn't working right. labels Jul 24, 2023
@miscco miscco force-pushed the deprecate_aligned_storage branch from 252a112 to 0e417ff Compare July 24, 2023 11:34
thrust/thrust/detail/alignment.h Outdated Show resolved Hide resolved
thrust/thrust/detail/alignment.h Outdated Show resolved Hide resolved
@miscco miscco force-pushed the deprecate_aligned_storage branch from 0e417ff to 722fd42 Compare July 24, 2023 11:45
@miscco miscco changed the title Avoid deprecation warning for std::aligned_storage when building with c++23 [BUG]: Avoid deprecation warning for std::aligned_storage when building with c++23 Jul 24, 2023
@miscco miscco requested a review from gevtushenko July 24, 2023 15:22
@miscco miscco force-pushed the deprecate_aligned_storage branch 2 times, most recently from 37f605e to 2d5d5db Compare July 26, 2023 08:45
@miscco miscco force-pushed the deprecate_aligned_storage branch from 2d5d5db to d8a322b Compare July 26, 2023 11:01
@miscco miscco merged commit 83d54b2 into NVIDIA:main Jul 26, 2023
368 checks passed
@miscco miscco deleted the deprecate_aligned_storage branch July 26, 2023 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working right. thrust For all items related to Thrust.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants