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

Replace deprecated std::is_pod #6717

Merged
merged 2 commits into from
Mar 17, 2024
Merged

Conversation

nyllet
Copy link
Contributor

@nyllet nyllet commented Oct 15, 2023

Issue

Fixing issue #6716 by replacing std::is_pod with std::is_standard_layout && std::is_trivial

Tasklist

@mjjbell mjjbell merged commit 8526cc7 into Project-OSRM:master Mar 17, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants