-
-
Notifications
You must be signed in to change notification settings - Fork 619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add C23 header translations to druntime #20913
Comments
Do you mean ImportC? |
@dkorpel No betterC, whatever new functions in stdc are added. Currently C99+C11 are supported. See section "new functions": https://en.wikipedia.org/wiki/C23_(C_standard_revision) |
Oh, so you want new C23 bindings in druntime? |
Yes, if they are available. Conditionally on some flag I suppose. Not of high priority, just to keep it in mind. |
Okay, then I'll mark this as a druntime enhancement. I don't see anything related to -betterC specifically, which is the subset of D features that work when only linking C's runtime lib as apposed to full D runtime. |
My rationale is that a big push is happening to migrate code bases to C23 and betterC can't be left behind.
If it is already compliant please ignore my request.
The text was updated successfully, but these errors were encountered: