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 #41903 point cloud crash on macos #43743

Merged
merged 2 commits into from
Jun 16, 2021
Merged

Conversation

PeterPetrik
Copy link
Contributor

@PeterPetrik PeterPetrik commented Jun 15, 2021

actually 2 problems found introduced 19e4617

  1. return std::get<1>( n1 ) >= std::get<1>( n1 ); is copy-paste error
  2. sort needs strict weak ordering https://stackoverflow.com/questions/18291620/why-will-stdsort-crash-if-the-comparison-function-is-not-as-operator/18291727#18291727

@github-actions github-actions bot added this to the 3.20.0 milestone Jun 15, 2021
@wonder-sk wonder-sk merged commit 7263d67 into qgis:master Jun 16, 2021
@PeterPetrik PeterPetrik deleted the fix_41903 branch October 19, 2021 06:10
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.

None yet

2 participants