-
Notifications
You must be signed in to change notification settings - Fork 198
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
Wrap assert include with extern C++ #1197
base: master
Are you sure you want to change the base?
Conversation
It seems that Intel's oneAPI 2025 adds a C++ templated version of |
It did help to remove those extern C linkage errors mentioned in #1192, but compilation still fails with following error:
|
@ivikiwi-1111 , hmm... it seems there are many breaking changes in oneAPI 2025... rather than continuing to go back and forth with you on fixes, let me try to get oneAPI 2025 installed on a system that I have access to and try to get it compiling myself. |
Hi Wayne, your fix looks correct to me. Thanks! |
Addresses #1191 and #1192