Add a forward declaration

This commit is contained in:
Mael Rouxel-Labbé 2019-05-09 08:06:10 +02:00
parent af1280e34e
commit 75f9c7798e
1 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,11 @@ typename boost::graph_traits<Graph>::face_descriptor add_face(const VertexRange&
namespace internal {
template <class FaceGraph>
void swap_vertices(typename boost::graph_traits<FaceGraph>::vertex_descriptor& p,
typename boost::graph_traits<FaceGraph>::vertex_descriptor& q,
FaceGraph& g);
template<typename InputIterator>
typename std::iterator_traits<InputIterator>::value_type
random_entity_in_range(InputIterator first, InputIterator beyond,