<https://github.com/JetBrains/kotlin-native/pull/4...
# kotlin-native
s
https://github.com/JetBrains/kotlin-native/pull/4024 Turns out the reason Kotlin/Native release tags were failing to compile was because the C++ standard library version in
libclangext
was set to C++14, which isn't fully implemented by the version of Clang that Jetbrains ships. I'm astonished that this was the reason for the issue, and I'm hoping that it gets merged ASAP.