Skip to content

Fix and enable OpenFX module with MSVC#1242

Merged
ddennedy merged 1 commit into
masterfrom
work/msvc-openfx
May 11, 2026
Merged

Fix and enable OpenFX module with MSVC#1242
ddennedy merged 1 commit into
masterfrom
work/msvc-openfx

Conversation

@jlskuz
Copy link
Copy Markdown
Contributor

@jlskuz jlskuz commented May 10, 2026

Note that for OpenMP for loops the iteration variable has to be declared before the for statement. MSVC fails to compile it otherwise. See https://stackoverflow.com/questions/38941157/c3015-initialization-in-openmp-for-statement-has-improper-form

Note that for OpenMP for loops the iteration variable has to be declared before the for statement. MSVC fails to compile it otherwise. See https://stackoverflow.com/questions/38941157/c3015-initialization-in-openmp-for-statement-has-improper-form
@ddennedy ddennedy added this to the v7.40.0 milestone May 11, 2026
@ddennedy ddennedy merged commit 716e73d into master May 11, 2026
25 checks passed
@ddennedy ddennedy deleted the work/msvc-openfx branch May 11, 2026 00:45
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.

2 participants