《C++20实践入门(第6版)》源代码地址:https://github.com/Apress/beginning-cpp20
- C++20版本:gcc 12.2.0
- VSCode和C++20的环境搭建:https://www.bilibili.com/read/cv19106660/
- 当在
std::format中使用const auto赋值的字符串常量作为表达式时,建议使用constexpr auto
| Name | Name | Last commit date | ||
|---|---|---|---|---|
《C++20实践入门(第6版)》源代码地址:https://github.com/Apress/beginning-cpp20
std::format中使用const auto赋值的字符串常量作为表达式时,建议使用constexpr auto