boostorg / boostorg/geometry

Formatting problem with model::d2::point_xy<unsigned char>

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

Description

This snippet
````
using namespace boost::geometry;
model::polygon> poly{{{0, 0}, {0, 5}, {5, 0}, {0, 0}}};
std::cout << dsv(poly);
````
will produce a bunch of funny characters instead of numerical values:
````
((( , ), ( , ♣), (♣, ), ( , )))
````

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.