0
点赞
收藏
分享

微信扫一扫

【小熊猫 ide】更新支持mingw 支持c++20

青鸾惊鸿 04-04 21:00 阅读 1
idec++20

没有format 头文件

  • GCC版本对C++的支持情况
  • 即使我使用11,也没有format 头文件

小熊猫 ide

  • https://wwe.lanzoui.com/b01os0mwd
  • 最新11
  • 可以自己更新
  • https://royqh1979.gitee.io/redpandacpp/docsy/docs/

gcc13 才支持format

  • [7

GCC 13 has added support for std::format.](https://stackoverflow.com/questions/63724059/does-gcc-support-c20-stdformat)

下载windows的mingw x64

  • WinLibs standalone build of GCC and MinGW-w64 for Windows
  • 最新都有13了
  • GCC 13.2.0

下载后放入固定路径

  • S:\SOFT\RedPanda-CPP\MinGW64
  • 直接替换掉之前的
  • 就能识别到13

构建

举报

相关推荐

0 条评论