#if __cplusplus >= 201103L
#  error "invalid standard value"
#endif
int main(int argc, char** argv)
{
  return 0;
}