gcc 缺少标准标题< format>[已关闭]

n7taea2i  于 2023-03-23  发布在  其他
关注(0)|答案(1)|浏览(121)

**已关闭。**此问题需要debugging details。当前不接受答案。

编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
2天前关闭。
截至2天前,社区正在审查是否重新讨论此问题。
Improve this question
我尝试使用标准的头文件<format>,它应该是C++20的一部分。我在Ubuntu 22.10上安装了GCC 12.2。CLion和GCC都找不到头文件;有没有办法手动安装它,或者我错过了什么?
我得到的错误:
海湾合作委员会:
致命错误:格式:没有这样的文件或目录
CLion:
未找到“format”文件

guz6ccqo

guz6ccqo1#

参见C++20库功能实现状态
https://en.cppreference.com/w/cpp/compiler_support#C.2B.2B20_library_features
文本格式仅在GCC 13之后可用

相关问题