RWYQ阿伟 | 2025-02-05 | 笔记 | 0条留言 | 11 | 2025-02-05更新
Currently, code should target C++20, i.e., should not use C++23 features. The C++ version targeted by this guide will advance (aggressively) over time.
Do not use non-standard extensions.
Consider portability to other environments before using features from C++17 and C++20 in your project.
目前,代码应该以c++ 20为目标,也就是说,不应该使用c++ 23的特性。本指南所针对的c++版本将随着时间的推移(积极地)进步。
不要使用非标准扩展。
在项目中使用c++ 17和c++ 20的特性之前,请考虑可移植性到其他环境。
博客内容遵循 署名-非商业性使用-相同方式共享4.0国际(CC BY-NC-SA 4.0)协议。
本文链接:https://rwyqboy.top/post/1891.html
版权声明:本文由阿伟的笔记本发布,如需转载请注明出处。
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。
标题:C++ Version
作者:RWYQ阿伟
浏览:11
发布:2025-02-05
更新:2025-02-05
分类:笔记
标签: 笔记 C++ 编程