Beispiel static_assert

staic_assert.cpp
static_assert(sizeof(long) >= 8, "64-bit-Compiler erforderlich.");
 
int main()
{
}