-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[BUG]Invalid code in SdfChildrenProxy fails to compile with clang19 #3442
Comments
Thanks for those links, Bastien. Yeah, this is very timely as I just hit this last week and I believe my changes should resolve it for you. Please let me know if you hit anything else, as I've only tested against our own Apple compiler forks. |
@dgovil that was the only issue I had with USD libraries on a full Blender build, so indeed your patch should cover it all. :) |
Ah that's really good to know about OpenVDB. |
Filed as internal issue #USD-10484 |
Description of Issue
Trying to build a project using OpenUSD with Clang19 fails with following error:
Issue discovered when trying to build Blender with Clang 19.
This is related to this change in the compiler (see also the PR).
System Information (OS, Hardware)
Operating System: Linux Debian Testing, x86_64
Other: Clang-19
Package Versions
Version / Commit SHA: USD 24.05
Issue seems to still be present in current main, code looks unchanged (although affected line is now
pxr/usd/sdf/childrenProxy.h:75
).The text was updated successfully, but these errors were encountered: