diff --git a/BGL/include/CGAL/boost/graph/copy_face_graph.h b/BGL/include/CGAL/boost/graph/copy_face_graph.h index 640a5eda961..860d92ec691 100644 --- a/BGL/include/CGAL/boost/graph/copy_face_graph.h +++ b/BGL/include/CGAL/boost/graph/copy_face_graph.h @@ -137,7 +137,7 @@ void copy_face_graph(const SourceMesh& sm, TargetMesh& tm, } -#if !defined(CGAL_CXX11) +#if !defined(CGAL_CXX11) && !defined(DOXYGEN_RUNNING) template void copy_face_graph(const SourceMesh& sm, TargetMesh& tm) { copy_face_graph(sm, tm, Emptyset_iterator(), Emptyset_iterator(), Emptyset_iterator()); }