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 _defined typo #9153

Merged
merged 1 commit into from
May 11, 2023
Merged

Fix _defined typo #9153

merged 1 commit into from
May 11, 2023

Conversation

StephanTLavavej
Copy link
Contributor

Attempting to build XGBoost with MSVC fails catastrophically because there's a preprocessor line saying _defined which is malformed. This is the only occurrence in the whole codebase and it appears to be a simple typo.

After fixing this, compilation appears to succeed (with compiler warnings).

@hcho3 hcho3 merged commit 59edfdb into dmlc:master May 11, 2023
@hcho3
Copy link
Collaborator

hcho3 commented May 11, 2023

Thanks!

@StephanTLavavej StephanTLavavej deleted the fix-defined branch May 11, 2023 23:38
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