-
[语法问题] 模板不匹配-clang++ -std=c++20 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables
背景:我在编译一个开源的链接器 mold, 想着用它加速一下本地的构建,但是构建的最后一步碰到了错误。 项目地址: https:github.comrui314mold.git 编译步骤: git clone https:git
-
C++17新特性之std::string
std::string_view系C++17标准发布后新增的内容,类成员变量包含两个部分:字符串指针和字符串长度,相比std::string, std::string_view涵盖了std::string的所有只读接口。如果生成的std::