mirror of https://github.com/CGAL/cgal
fix duplicate include <version>
And the second one was even very wrong (in the namespace CGAL)
This commit is contained in:
parent
b828719c7c
commit
c743371ae3
|
|
@ -463,10 +463,6 @@ namespace CGAL {
|
||||||
#endif // CGAL_NO_DEPRECATED_CODE
|
#endif // CGAL_NO_DEPRECATED_CODE
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
#if __has_include(<version>)
|
|
||||||
# include <version>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Typedef for the type of nullptr.
|
// Typedef for the type of nullptr.
|
||||||
typedef const void * Nullptr_t; // Anticipate C++0x's std::nullptr_t
|
typedef const void * Nullptr_t; // Anticipate C++0x's std::nullptr_t
|
||||||
namespace cpp11{
|
namespace cpp11{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue