nushoin / RTree

N-dimensional RTree implementation in C++
Other
376 stars 109 forks source link

C++11 std::function callback and const qualifier #10

Closed geromueller closed 6 years ago

geromueller commented 7 years ago

This allows lambdas and other member functions to be passed to Search

geromueller commented 7 years ago

Hey! Done. I also added a check for a valid callback function.

AlexVonB commented 7 years ago

Thanks! One last thing that occured to me: could you please change the "tests" to use your new signature?

(PS: I am in no way associated with this repo, you are not obliged to listen to me 😅)

nushoin commented 6 years ago

@geromueller @AlexVonB since I'm not really maintaining this project anymore, would you like to have commit access and take the maintenance upon yourself?

AlexVonB commented 6 years ago

@nushoin I'd gladly help 👍

nushoin commented 6 years ago

@AlexVonB I added commit access for you and @geromueller , not sure if there are any other permissions that can be granted. Please contact me at oigevald (at the well known google mail service) if you need other permissions etc.

AlexVonB commented 6 years ago

I can close issues, delete comments and it looks like I could merge pull requests. Thank you!