add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#ifndef CGAL_ARITHMETIC_KERNEL_ARITHMETIC_KERNEL_BASE_H
|
||||
#define CGAL_ARITHMETIC_KERNEL_ARITHMETIC_KERNEL_BASE_H
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
namespace CGAL {
|
||||
namespace internal{
|
||||
|
||||
class Arithmetic_kernel_base{
|
||||
@@ -43,6 +43,6 @@ public:
|
||||
};
|
||||
|
||||
}// namespace internal
|
||||
CGAL_END_NAMESPACE
|
||||
} //namespace CGAL
|
||||
|
||||
#endif // CGAL_ARITHMETIC_KERNEL_ARITHMETIC_KERNEL_BASE_H
|
||||
|
||||
Reference in New Issue
Block a user