mirror of
https://github.com/mfontanini/libtins
synced 2026-01-29 13:04:28 +01:00
Change CheckCXX11Features into CheckCXXFeatures
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
int main(void)
|
||||
{
|
||||
static_assert(1 < 0, "your ordering of integers is screwed");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user