2
0
mirror of https://github.com/boostorg/polygon.git synced 2026-01-28 07:22:29 +00:00

Polygon: Library updates after gcc run.

[SVN r80444]
This commit is contained in:
Andrii Sydorchuk
2012-09-08 12:57:50 +00:00
parent 78cac3abb1
commit 184fc22227
6 changed files with 27 additions and 32 deletions

View File

@@ -149,7 +149,7 @@ int main() {
}
for (voronoi_diagram<double>::const_cell_iterator it = vd.cells().begin();
it != vd.cells().end(); ++it) {
printf("%d ", it->color());
printf("%lu ", it->color());
}
printf("\n");
printf("\n");