From 18e5836373e1a9449c878b755221434f880ef9aa Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 13 Nov 2025 09:44:12 +0100 Subject: [PATCH] fix usage of That C++20 header is already conditionally included bu ``. See https://github.com/lrineau/cgal/blob/e6b4d83cff944772ea5ed67bc414b61547d86432/Installation/include/CGAL/config.h#L322 --- Installation/include/CGAL/config.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Installation/include/CGAL/config.h b/Installation/include/CGAL/config.h index dfc36694740..474ee926a46 100644 --- a/Installation/include/CGAL/config.h +++ b/Installation/include/CGAL/config.h @@ -462,10 +462,6 @@ namespace CGAL { } // end of the temporary compatibility with CGAL-4.14 #endif // CGAL_NO_DEPRECATED_CODE -#if __has_include() -# include -#endif - namespace CGAL { // Typedef for the type of nullptr.