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

Remove no-longer-needed round() implementation for MSVC #3570

Merged
merged 2 commits into from Dec 16, 2023

Conversation

rcurtin
Copy link
Member

@rcurtin rcurtin commented Dec 4, 2023

This is a fix for #3569. The round() implementation we used to have to work around MSVC's lack of round() seems no longer necessary: all MSVC versions back to VS2015 have round() available, and as far as I know mlpack can't be compiled with any MSVC compiler earlier than that. So, it should be safe to just plain remove. The CI infrastructure will confirm whether my hunch is correct... :)

Copy link

@mlpack-bot mlpack-bot bot left a comment

Choose a reason for hiding this comment

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

Second approval provided automatically after 24 hours. 👍

@rcurtin rcurtin merged commit 03c0c6a into mlpack:master Dec 16, 2023
19 checks passed
@rcurtin rcurtin deleted the remove-old-round branch December 16, 2023 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants