CI: update

This commit is contained in:
Markus F.X.J. Oberhumer
2023-06-24 10:16:43 +02:00
parent b4a793ed26
commit 512a26cee4
5 changed files with 35 additions and 18 deletions
+6
View File
@@ -243,6 +243,12 @@ struct CheckIntegral {
assert(t.a == 0);
assert(t.x[0] == 0 && t.x[1] == 0);
}
{
TestT t;
mem_clear(&t);
assert(t.a == 0);
assert(t.x[0] == 0 && t.x[1] == 0);
}
checkU<T>();
checkU<typename std::add_const<T>::type>();
}