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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user