From ba87b5c2e5e591104c0e58ff23114b39f0aaacfc Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 11 Jun 2024 14:10:56 +0100 Subject: [PATCH] typename --- BGL/include/CGAL/boost/graph/IO/PLY.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BGL/include/CGAL/boost/graph/IO/PLY.h b/BGL/include/CGAL/boost/graph/IO/PLY.h index d4986001cd1..20883ffdfd3 100644 --- a/BGL/include/CGAL/boost/graph/IO/PLY.h +++ b/BGL/include/CGAL/boost/graph/IO/PLY.h @@ -388,7 +388,7 @@ bool write_PLY(std::ostream& os, { auto vnm = get_parameter(np, internal_np::vertex_normal_map); typedef decltype(vnm) Normal_map; - typedef Kernel_traits::Kernel::FT FloatDouble; + typedef typename Kernel_traits::Kernel::FT FloatDouble; if(std::is_same::value) { os << "property float nx" << std::endl