GLTFKit icon indicating copy to clipboard operation
GLTFKit copied to clipboard

Xcode doesn't appear to like use of C++20 and -fcxx-modules

Open alecazam opened this issue 3 years ago • 0 comments

I've had to revert a whole bunch of clang module use in order to enable C++20 support in Xcode. I had to turn off GLTFKit as a result, but will see about adding it back with regular includes.

None of my Objective-C++ files would compile once C++17 was changed to C++20.

alecazam avatar May 21 '22 16:05 alecazam