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

[SYCL][NFC] Do not test for internal libstdc++-13 allocator details #12090

Open
wants to merge 1 commit into
base: sycl
Choose a base branch
from

Conversation

keryell
Copy link
Contributor

@keryell keryell commented Dec 6, 2023

Be more liberal to succeed also with g++13 STL.
The allocator used to be in this test:

class __gnu_cxx::new_allocator<class std::vector >

but is now with the libstdc++-13:

class std::__new_allocator<class std::vector >

Be more liberal to succeed also with g++13 STL.
The allocator used to be in this test:

  class __gnu_cxx::new_allocator<class std::vector<char> >

but is now with the libstdc++-13:

  class std::__new_allocator<class std::vector<char> >
Copy link
Contributor

This pull request is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be automatically closed in 30 days.

@github-actions github-actions bot added the Stale label Sep 13, 2024
@keryell
Copy link
Contributor Author

keryell commented Sep 13, 2024

I have not tried this with g++-14 I have now.

@github-actions github-actions bot removed the Stale label Sep 14, 2024
Copy link
Contributor

This pull request is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be automatically closed in 30 days.

@github-actions github-actions bot added the Stale label Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant