Commit b47e6263 authored by Igor Chorążewicz's avatar Igor Chorążewicz
Browse files

life: remove use of std::is_pod - it's deprecated since C++20

replace it with std::is_trivially_destructible which is narrower but
that's fine - it means that earlier, for some types we would not call
destructors explicitly and now we will (but they will do nothing).
parent d67445dd
Supports Markdown
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