-
Notifications
You must be signed in to change notification settings - Fork 50
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
Support #embed #131
Comments
Adding support for |
Just landed in C23, writeup here https://thephd.dev/finally-embed-in-c23 |
A PR for this has been submitted to Clang now llvm/llvm-project#68620 |
Some thoughts on implementation here |
This mechanism for creating arrays from binary files at compile time looks likely to land in C++23
The text was updated successfully, but these errors were encountered: