zoukankan      html  css  js  c++  java
  • C++中使用array报错 requires compiler and library surpport for the ISO c++ 2011 standard

    #error This file requires compiler and library support for the
    ISO C++ 2011 standard. This support is currently experimental, and must be
    enabled with the -std=c++11 or -std=gnu++11 compiler options.

    意思很明显就是编译器要支持2011标准才可以,从编译器那里加上-std=c++11 or -std=gnu++11就可以了

    stackoverflow上链接http://stackoverflow.com/questions/13836898/regex-in-c-requires-compiler-support-error

  • 相关阅读:
    观光公交
    luogu 4779 【模板】
    最小生成树(luogu 3366)
    计算系数
    更新区间,求单点—— luogu 3368
    HDU
    HDU
    HDU
    HDU
    BFS
  • 原文地址:https://www.cnblogs.com/wswang/p/4836265.html
Copyright © 2011-2022 走看看