When using polyhedron with ids, the default index property map do not have their ids initialized. This is an issue in algorithms than rely on it being initialized.
Recently, in copy_face_graph() I've introduced a mechanism that always initialize the id map (if writable) which is a bad thing if the user does not expect the ids of its const polyhedron to be modified.
We need to find a workaround for this.