| 746 | |
| 747 | template <typename VP, typename EP> |
| 748 | void put(vertex_removed_t tag, DirectedGraph<VP, EP>& g, |
| 749 | typename DirectedGraph<VP, EP>::vertex_descriptor u, |
| 750 | bool flag) |
| 751 | { |
| 752 | g.put(tag, u, flag); |
| 753 | } |
| 754 | |
| 755 | /** Return the edge properties of the edge iterator eit. */ |
| 756 | template <typename VP, typename EP> |