Skip to content
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

Fix undefined aliasing issue when compiling with clang-cl #1786

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bgottamd
Copy link

@bgottamd bgottamd commented Apr 4, 2024

Fixes the inner ValueT alias throw an undefined error when compiling with clang/clang-cl on Windows by converting the convertValue into a template function.

Copy link

linux-foundation-easycla bot commented Apr 4, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

…ang-cl. Resolves AcademySoftwareFoundation#1785

Signed-off-by: bgottamd <Benjamin.Gottheil@amd.com>
@bgottamd bgottamd marked this pull request as ready for review April 4, 2024 23:20
@bgottamd bgottamd requested a review from kmuseth as a code owner April 4, 2024 23:20
@bgottamd
Copy link
Author

Adding a quick bump. This small code change is essential so that Blender can support both clang - merged PR here - and openvdb. Without it, blender fails to build due to the cited issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant