The adjacent_vertices uses the wrong iterator type in it's body. This commit changes it to the same as the function's return type.
The adjacent_vertices uses the wrong iterator type in it's body. This commit changes it to the same as the function's return type.