We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7d141 commit 59aaa7dCopy full SHA for 59aaa7d
examples/example.cc
@@ -38,7 +38,7 @@ int main() {
38
}
39
std::cout << std::endl;
40
41
- std::cout << "All points in range:" << p1 << "/" << p2 << std::endl;
+ std::cout << "All points in range:" << p2 << "/" << p4 << std::endl;
42
for (auto it = tree.begin_query({p2, p4}); it != tree.end(); ++it) {
43
std::cout << " " << it.second() << " -> " << it.first() << std::endl;
44
0 commit comments