mirror of https://github.com/CGAL/cgal
scope macro 'CGAL_CLIB_STD::' added to 'strcmp'.
This commit is contained in:
parent
e907495875
commit
77a4b21f5c
|
|
@ -2350,7 +2350,7 @@ The command line option \ccc{-verbose} enables verbose output.
|
|||
|
||||
@macro <Min_circle_2 test (verbose option)> = @begin
|
||||
bool verbose = false;
|
||||
if ( ( argc > 1) && ( strcmp( argv[ 1], "-verbose") == 0)) {
|
||||
if ( ( argc > 1) && ( CGAL_CLIB_STD::strcmp( argv[ 1], "-verbose") == 0)) {
|
||||
verbose = true;
|
||||
--argc;
|
||||
++argv; }
|
||||
|
|
|
|||
|
|
@ -2535,7 +2535,7 @@ The command line option \ccc{-verbose} enables verbose output.
|
|||
|
||||
@macro <Min_ellipse_2 test (verbose option)> = @begin
|
||||
bool verbose = false;
|
||||
if ( ( argc > 1) && ( strcmp( argv[ 1], "-verbose") == 0)) {
|
||||
if ( ( argc > 1) && ( CGAL_CLIB_STD::strcmp( argv[ 1], "-verbose") == 0)) {
|
||||
verbose = true;
|
||||
--argc;
|
||||
++argv; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue