Skip to content

[DF][Win] Fix compiler error C3493 #18504

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

Merged
merged 1 commit into from
Apr 25, 2025

Conversation

bellenot
Copy link
Member

@bellenot bellenot commented Apr 25, 2025

Fix the following compiler error on Windows:

dataframe_nodes.cxx(86,40): error C3493: 'N' cannot be implicitly captured because no default capture mode has been specified

Fix the following compiler error on WIndows:
```
dataframe_nodes.cxx(86,40): error C3493: 'N' cannot be implicitly captured because no default capture mode has been specified
```
@bellenot bellenot self-assigned this Apr 25, 2025
Copy link
Member

@vepadulano vepadulano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! After merging I will also backport

Copy link

Test Results

    18 files      18 suites   3d 17h 47m 53s ⏱️
 2 731 tests  2 731 ✅ 0 💤 0 ❌
47 716 runs  47 716 ✅ 0 💤 0 ❌

Results for commit b7a1728.

@bellenot bellenot merged commit 21514dc into root-project:master Apr 25, 2025
22 checks passed
@bellenot bellenot deleted the fix-error-C3493 branch April 25, 2025 10:33
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