#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

 

相关文章:

  • 2021-06-03
  • 2021-10-14
  • 2021-08-20
  • 2021-05-31
  • 2021-10-02
  • 2022-12-23
  • 2021-07-25
  • 2021-07-08
猜你喜欢
  • 2022-01-20
  • 2022-12-23
  • 2021-04-18
  • 2021-05-20
  • 2022-12-23
  • 2021-06-03
  • 2022-01-15
相关资源
相似解决方案