Skip to content

std::is_pod is deprecated in C++20 #1913

@Predelnik

Description

@Predelnik

Newest msvc preview version already implements warning for this case. While it's not urgent in any way, it might be nice to replace it with either std::is_standard_layout or std::is_trivial to avoid warnings during compilation with newer standard support.

Here you can find more details on its deprecation:
https://stackoverflow.com/questions/48225673/why-is-stdis-pod-deprecated-in-c20

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions