C++20 Support.

When does support of the language will be rescheduled from the clang-llvm to the Xcode? For example 13.0.0 llvm has implementation of the of the core language instead of the Xcode 13.2beta... Also interesting when does Xcode editor begin understand that 'requires', 'concept' is new keywords in the C++?

Replies

I mean implementation of the "concepts" file (i.e std::integral for example), not core language.

Luckily our team (unlike other projects) is not limited to the language and compiler version and I managed over a few months to update our build environment to use C++20. Unfortunately on macOS we are limited by XCode 13. Particularly libc++ is very far behind from what's available in the current Clang.