macOS Clang C++17 filesystem header not found

前端 未结 8 645
借酒劲吻你
借酒劲吻你 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:46

    Libc++, which is the C++ standard library on OS X, has not moved to yet because the specification is not stable.

    Hopefully will be a part of the Clang 6.0 release. (We missed 5.0)

提交回复
热议问题