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:
Sébastien Loriot
2010-06-09 07:37:13 +00:00
parent aff0c71a68
commit 52317dd49f
1633 changed files with 3356 additions and 3335 deletions
@@ -31,7 +31,7 @@
#include <CGAL/constructions/kernel_ftC3.h>
#include <CGAL/Cartesian/solve_3.h>
CGAL_BEGIN_NAMESPACE
namespace CGAL {
namespace CartesianKernelFunctors {
@@ -4044,6 +4044,6 @@ namespace CartesianKernelFunctors {
} // namespace CartesianKernelFunctors
CGAL_END_NAMESPACE
} //namespace CGAL
#endif // CGAL_CARTESIAN_FUNCTION_OBJECTS_H