Subject: CGAL users discussion list
List archive
- 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 blocIt 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.
#ifndef CGAL_CFG_NO_LOCALE
(std::isspace(c,std::locale::classic()));
#else
(std::isspace(c));
#endif // CGAL_CFG_NO_LOCALE
Is it correct ?
thanks.
--Daniel
- Small bug in cartesian_moving_point_2.h ?, jeanmarc . mercier, 05/03/2007
- Re: [cgal-discuss] Small bug in cartesian_moving_point_2.h ?, Daniel Russel, 05/03/2007
Archive powered by MHonArc 2.6.16.