Skip to content

Conversation

nyllet
Copy link
Contributor

@nyllet nyllet commented Sep 14, 2025

std::is_trivial is deprecated in c++26 therefore replacing it with std::is_trivially_default_constructible && std::is_trivially_copyable

Issue

#7245

Tasklist

Requirements / Relations

n\a

std::is_trivial is deprecated in c++26 therefore replacing it with
std::is_trivially_default_constructible && std::is_trivially_copyable
Copy link
Collaborator

@DennisOSRM DennisOSRM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏼

@DennisOSRM DennisOSRM merged commit 0ae940c into Project-OSRM:master Sep 16, 2025
21 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.

2 participants