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

none

std::is_trivial is deprecated in c++26 therefore replacing it with
std::is_trivially_default_constructible && std::is_trivially_copyable
@nyllet nyllet closed this Sep 14, 2025
@nyllet nyllet deleted the replace_is_trivial branch September 14, 2025 08:31
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.

1 participant