Remove obsolete config flag CGAL_CFG_NO_STDC_NAMESPACE and rename
its dependant macro CGAL_CLIB_STD to "std".
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
#!/usr/bin/perl -pi.bak -w
|
||||
|
||||
my @clib_names = (
|
||||
'fabs', 'log', 'cos', 'sin', 'ceil', 'floor',
|
||||
'abort', 'atoi',
|
||||
'sscanf', 'sprintf',
|
||||
'clock', 'clock_t',
|
||||
'isalnum', 'isdigit', 'isspace',
|
||||
'strlen', 'strcat','strcpy','strcmp');
|
||||
|
||||
foreach $name (@clib_names) {
|
||||
s/\b(std|CGAL_CLIB_STD)::$name\b/$name/g;
|
||||
s/\b$name\b/CGAL_CLIB_STD::$name/g;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user