Skip to content

Conversation

@defaultzone
Copy link
Contributor

std::is_trivial is deprecated in C++26 (P3247: Deprecate the notion of trivial types). GCC 15.1.1 with -std=c++26 will generate a warning.

Using std::is_trivially_copyable && std::is_trivially_default_constructible checks for Ret to replace std::is_trivial.

Signed-off-by: Dmitry Lyubimcev <dzone@danwin1210.de>
Signed-off-by: Dmitry Lyubimcev <dzone@danwin1210.de>
…9:40

Signed-off-by: Dmitry Lyubimcev <dzone@danwin1210.de>
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