Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
counters: change deprecated std::is_pod<> to replacement
C++20 deprecates std::is_pod<> in favor of the easier-to-type std::is_starndard_layout<> && std::is_trivial<>. Change to the recommendation in order to avoid a flood of warnings. Reviewed-by: Rafael Ávila de Espíndola <[email protected]> Message-Id: <[email protected]>
- Loading branch information