Adam Wulkiewicz

Results 169 comments of Adam Wulkiewicz

Thanks, I think `util` is a better place for this. We could also consider `math`. With that said. What do you think about removing it after rewriting or deprecating algorithms...

@apolukhin I'm thinking about a potential implementation, i.e. whether or not reference types stored in the `tuple` returned by `tie_as_tuple` could be analyzed or rather should the original ones defined...

@vschoech What do you mean by empty box? AFAIU in Boost.Geometry a box can be degenerated to a point (min == max) or invalid (max < min) but never empty....

Yes, the elements returned by iterative query should be sorted by (comparable) distance. Could you prepare a minimal example with data allowing me to reproduce the issue?

I'm considering doing it the other way around, i.e. moving to vs2022, dropping the support for earlier versions and maybe adding the old version as the new extension. Maybe, because...

I've created VS2022-only release. You can dowload it here: https://github.com/awulkiew/graphical-debugging/releases/tag/v0.50 Please let me know if everything works for you.

@yurrig You can write `(*pts)` to visualize this container.

Support added in version 0.51