Skip to content
Commit 3f8e20aa authored by Ingo Klöcker's avatar Ingo Klöcker Committed by Ingo Klöcker
Browse files

Avoid deprecation warning

std::is_pod has been deprecated in C++20. Use is_standard_layout &&
is_trivial instead.
parent 30294906
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment