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:
@@ -29,7 +29,7 @@
|
||||
#include <CGAL/Kernel/Return_base_tag.h>
|
||||
#include <CGAL/predicates/sign_of_determinant.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
namespace CGAL {
|
||||
|
||||
namespace HomogeneousKernelFunctors {
|
||||
|
||||
@@ -4572,6 +4572,6 @@ namespace HomogeneousKernelFunctors {
|
||||
|
||||
} // namespace HomogeneousKernelFunctors
|
||||
|
||||
CGAL_END_NAMESPACE
|
||||
} //namespace CGAL
|
||||
|
||||
#endif // CGAL_HOMOGENEOUS_FUNCTION_OBJECTS_H
|
||||
|
||||
Reference in New Issue
Block a user