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

Replace C-style sqrtf with std::sqrt #1901

Merged
merged 1 commit into from
Jun 26, 2017

Conversation

taketwo
Copy link
Member

@taketwo taketwo commented Jun 26, 2017

This replaces all C-style sqrtf with C++ style std::sqrt in all our codebase (besides from CUDA device code). Namespace prefix is to avoid problems with msvc (see #848).

Fixes #1787.

@SergioRAgostinho SergioRAgostinho merged commit 7c84da2 into PointCloudLibrary:master Jun 26, 2017
@taketwo taketwo deleted the sqrtf-to-sqrt branch June 26, 2017 13:08
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.

MinGW compilation error due to segmentation fault.
3 participants