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

Add DistributedTree examples #732

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

masterleinad
Copy link
Collaborator

Supersedes #724 (basically adding to it).

@masterleinad masterleinad marked this pull request as ready for review September 12, 2022 19:35
@aprokop aprokop added the examples Anything to do with examples label Sep 22, 2022
examples/distributed_tree/distributed_intersects.cpp Outdated Show resolved Hide resolved
examples/distributed_tree/distributed_intersects.cpp Outdated Show resolved Hide resolved
float radius;
};
template <class Points>
Intersects(Points const &, int) -> Intersects<Points>;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Intersects(Points const &, int) -> Intersects<Points>;
Intersects(Points, int) -> Intersects<Points>;

Wondering whether we should comment that we don't need it from C++20

examples/distributed_tree/distributed_knn.cpp Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
examples Anything to do with examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants