gpt4 book ai didi

xcode - 将 std::experimental::filesystem 与 Xcode 9 链接

转载 作者:行者123 更新时间:2023-12-04 15:52:09 27 4
gpt4 key购买 nike

我在 Xcode 9.0 beta 中使用 std::experimental::filesystem。编译器阶段完成,但链接器提示 undefined symbol :

std::experimental::filesystem::v1::path::__filename() const
std::experimental::filesystem::v1::path::__filename() const
std::experimental::filesystem::v1::path::__stem() const
std::experimental::filesystem::v1::__status(std::experimental::filesystem::v1::path const&, std::__1::error_code*)

我也在使用 std::experimental::filesystem::canonical(),但链接器并没有提示缺少它。

如何配置项目以包含这些缺失的引用?

更新:

我一直在试验一个更简单的程序。如果我只使用 canonical() 那么链接器会提示它丢失了。

我可以使用 std::experimental::optional - 一切都可以编译、链接和运行。但是“可选”是一个模板,因此可能不涉及库。

最佳答案

您是否正在使用任何 -std= 进行编译选项(Xcode 中的“C++ 语言方言”选项)?

关于xcode - 将 std::experimental::filesystem 与 Xcode 9 链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44681703/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com