Skip to content

Replace std::is_trivial#7248

Merged
DennisOSRM merged 2 commits intoProject-OSRM:masterfrom
nyllet:replace_is_trivial
Sep 16, 2025
Merged

Replace std::is_trivial#7248
DennisOSRM merged 2 commits intoProject-OSRM:masterfrom
nyllet:replace_is_trivial

Conversation

@nyllet
Copy link
Copy Markdown
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
Copy Markdown
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