Since this is constexpr test, use static_asserts

This commit is contained in:
Dmitry Marakasov 2017-07-07 22:26:54 +03:00 committed by Vraiment
parent fb3c9afbe9
commit 4f4d035837

View File

@ -77,6 +77,4 @@ int main(int, char*[]) {
static_assert(b3 && b4 && b5 && b6, ""); static_assert(b3 && b4 && b5 && b6, "");
} }
return 0;
} }