mirror of https://github.com/CGAL/cgal
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:
parent
3e1a8c110d
commit
18e5836373
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue