Don't import the CORE namespace into the global namespace.

This commit is contained in:
Marc Glisse 2009-02-28 10:07:47 +00:00
parent d04e8794ab
commit 5bf9e464f1
2 changed files with 0 additions and 6 deletions

View File

@ -1,5 +1,3 @@
#define CORE_NO_AUTOMATIC_NAMESPACE 1
#include <CGAL/CORE_Expr.h>
#include <CGAL/Simple_cartesian.h>

View File

@ -67,10 +67,6 @@ typedef long machine_long;
# include <CGAL/CORE/Expr.h>
#endif
#ifndef CORE_NO_AUTOMATIC_NAMESPACE
using namespace CORE;
#endif
#endif // _CORE_CORE_H_