1 2 3 4 5 6 7 8
#if __cplusplus >= 201103L # error "invalid standard value" #endif int main(int argc, char** argv) { return 0; }