osrm-backend icon indicating copy to clipboard operation
osrm-backend copied to clipboard

Replace deprecated std::is_pod

Open nyllet opened this issue 2 years ago • 0 comments

Issue

Fixing issue #6716 by replacing std::is_pod with std::is_standard_layout && std::is_trivial

Tasklist

nyllet avatar Oct 15 '23 09:10 nyllet