fix usage of <version>

That C++20 header is already conditionally included bu `<CGAL/config.h>`.

See e6b4d83cff/Installation/include/CGAL/config.h (L322)
This commit is contained in:
Laurent Rineau 2025-11-13 09:44:12 +01:00
parent 3e1a8c110d
commit 18e5836373
1 changed files with 0 additions and 4 deletions

View File

@ -462,10 +462,6 @@ namespace CGAL {
} // end of the temporary compatibility with CGAL-4.14
#endif // CGAL_NO_DEPRECATED_CODE
#if __has_include(<version>)
# include <version>
#endif
namespace CGAL {
// Typedef for the type of nullptr.