scope macro 'CGAL_CLIB_STD::' added to 'strcmp'.

This commit is contained in:
Sven Schönherr 1999-12-07 16:00:12 +00:00
parent e907495875
commit 77a4b21f5c
2 changed files with 2 additions and 2 deletions

View File

@ -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; }

View File

@ -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; }