mirror of https://github.com/CGAL/cgal
Don't import the CORE namespace into the global namespace.
This commit is contained in:
parent
d04e8794ab
commit
5bf9e464f1
|
|
@ -1,5 +1,3 @@
|
||||||
#define CORE_NO_AUTOMATIC_NAMESPACE 1
|
|
||||||
|
|
||||||
|
|
||||||
#include <CGAL/CORE_Expr.h>
|
#include <CGAL/CORE_Expr.h>
|
||||||
#include <CGAL/Simple_cartesian.h>
|
#include <CGAL/Simple_cartesian.h>
|
||||||
|
|
|
||||||
|
|
@ -67,10 +67,6 @@ typedef long machine_long;
|
||||||
# include <CGAL/CORE/Expr.h>
|
# include <CGAL/CORE/Expr.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CORE_NO_AUTOMATIC_NAMESPACE
|
|
||||||
using namespace CORE;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif // _CORE_CORE_H_
|
#endif // _CORE_CORE_H_
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue