2
0
mirror of https://github.com/boostorg/polygon.git synced 2026-02-13 12:42:12 +00:00

Polygon: fixing trunk test targets errors.

[SVN r78379]
This commit is contained in:
Andrii Sydorchuk
2012-05-08 13:03:06 +00:00
parent 915778ebcd
commit 654823f727

View File

@@ -1456,7 +1456,7 @@ namespace boost { namespace polygon{
template <typename cT, typename iT>
void get_error_rects_shell(cT& posE, cT& negE, iT beginr, iT endr) {
typedef iT::value_type Point;
typedef typename iT::value_type Point;
typedef typename point_traits<Point>::coordinate_type Unit;
typedef typename coordinate_traits<Unit>::area_type area_type;
Point pt1, pt2, pt3;