Skip to content

Fix build with latest MSVC#100

Closed
mos9527 wants to merge 2 commits into
dillongoostudios:goo-engine-v4.1-releasefrom
mos9527:patch-msvc
Closed

Fix build with latest MSVC#100
mos9527 wants to merge 2 commits into
dillongoostudios:goo-engine-v4.1-releasefrom
mos9527:patch-msvc

Conversation

@mos9527
Copy link
Copy Markdown

@mos9527 mos9527 commented Feb 21, 2025

jessey-git and others added 2 commits February 21, 2025 08:33
Overload resolution must have changed and is causing issues for one
particular code path attempting to use `isfinite(ccl::uchar)`.
Compiler output attached.

It turns out that the code in question can be simplified to just remove
the ambiguity because only the float codepath wants to check for finite
values.

----
Reduced repro: https://godbolt.org/z/YWz3Yc3x8

Pull Request: https://projects.blender.org/blender/blender/pulls/125348
@mos9527 mos9527 closed this by deleting the head repository Feb 6, 2026
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.

3 participants