1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-29 21:14:28 +01:00

Change CheckCXX11Features into CheckCXXFeatures

This commit is contained in:
Matias Fontanini
2016-02-18 20:11:36 -08:00
parent 3c595e6225
commit bd31b3648f
24 changed files with 20 additions and 20 deletions

View File

@@ -0,0 +1,5 @@
int main(void)
{
static_assert(0 < 1, "your ordering of integers is screwed");
return 0;
}