Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Small bug in cartesian_moving_point_2.h ?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Small bug in cartesian_moving_point_2.h ?


Chronological Thread 
  • From: Daniel Russel <>
  • To:
  • Subject: Re: [cgal-discuss] Small bug in cartesian_moving_point_2.h ?
  • Date: Thu, 3 May 2007 11:04:49 -0700


On May 3, 2007, at 1:52 AM,

wrote:

by the following bloc

#ifndef CGAL_CFG_NO_LOCALE
(std::isspace(c,std::locale::classic()));
#else
(std::isspace(c));
#endif // CGAL_CFG_NO_LOCALE

Is it correct ?
It looks consistent with other parts of CGAL at least. I'll patch things. Hmmm, I guess the nicest solution would be to have a CGAL::isspace function that does the right thing.
thanks.
--Daniel




Archive powered by MHonArc 2.6.16.

Top of Page