boostorg / boostorg/geometry

for_each_point missing specialization for Box concept

Open
#1,378 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
517
Forks
232
PR merge metrics
No merged PRs in 30d

Description

Hi,

thanks for this great library. I enjoy using it and learn a lot about templates along the way!

I noticed, that [for_each_point](https://www.boost.org/doc/libs/1_87_0/libs/geometry/doc/html/geometry/reference/algorithms/for_each/for_each_point.html) function does not work on my Box geometry.
Probably because `algorithms/for_each.hpp` is missing a

```c++
template
struct for_each_point
: detail::for_each::fe_point_box
{};
````

Tested with boost version 1.87.0

Have a nice day!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.