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 for MSVC compilation #128

Merged
merged 1 commit into from
Jan 6, 2022
Merged

Fix for MSVC compilation #128

merged 1 commit into from
Jan 6, 2022

Conversation

vertver
Copy link
Contributor

@vertver vertver commented Dec 22, 2021

On the MSVC compiler I had a compilation problem in this section of code. The problem was that std::signbit was only used for floats, but part of the code used this function for ints.

The compiler error was ` Error C2668: 'signbit': ambiguous overloaded function call'.
The compiler version is 19.29

@CLAassistant
Copy link

CLAassistant commented Dec 22, 2021

CLA assistant check
All committers have signed the CLA.

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