Formatting problem with model::d2::point_xy<unsigned char>
Open
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
Assessment
This issue has not been assessed yet.