macOS Clang C++17 filesystem header not found

前端 未结 8 642
借酒劲吻你
借酒劲吻你 2020-12-14 06:30

I need to write a program using the (experimental) C++17 filesystem library but clang on my Mac (macOS 10.12.03) doesn\'t seem to

8条回答
  •  既然无缘
    2020-12-14 06:40

    Xcode 11 Beta now includes . Unlike the other answers indicating beta support in Xcode 10, Apple has mentioned this in the release notes.

    Also mentioned in the release notes, is this is only supported by iOS 13, macOS 10.15, watchOS 6, and tvOS 13. You will only be able to use std::filesystem for projects targeting these versions or later.

提交回复
热议问题