Closed marco-langer closed 2 years ago
Replaced is_pod in test/boolean.cpp with is_standard_layout and is_trivially_copyable.
is_pod
is_standard_layout
is_trivially_copyable
The same static asserts are already in test/integer.cpp and test/floating_point.cpp, now it is consistent across all files.
Thanks!
Replaced
is_pod
in test/boolean.cpp withis_standard_layout
andis_trivially_copyable
.The same static asserts are already in test/integer.cpp and test/floating_point.cpp, now it is consistent across all files.