Join Slack
Powered by
Does Kotlin Native support the C11 standard :quest...
# kotlin-native
n
napperley
01/29/2020, 1:13 AM
Does Kotlin Native support the C11 standard ❓. Looking at experimenting with the unofficial Prometheus C client library (uses the C11 standard):
https://github.com/digitalocean/prometheus-client-c
o
olonho
01/29/2020, 5:41 AM
likely it should, please report if not
m
msink
01/29/2020, 7:11 AM
Even c99 is not fully supported:
https://github.com/JetBrains/kotlin-native/issues/3328
o
olonho
01/29/2020, 12:52 PM
It’s not language version, but libclang limitation, with next llvm update it shall go away
5
Views
Open in Slack
Previous
Next