cgal/Boolean_set_operations_2
Laurent Rineau baffa5a7f8 Fix a bug when LEDA is used instead of GMP
That is a really trivial bug fix, for a rather nasty bug! I spend
several hours on it! Currently the `leda::rational::operator>>` does not
clear the `failbit` of the stream, when it reads a number without
denominator, and the EOF directly after. The flag `eofbit` and `failbit`
are set while trying to read the '/', but in that case the `failbit`
should be cleared from the stream status.

Trivial bug fix for master.
2014-08-07 17:38:55 +02:00
..
demo apply the cpp0x namespace renaming in all files 2012-12-19 11:33:17 +01:00
doc/Boolean_set_operations_2 restore figure source files removed in 0fa2cacb 2014-02-10 14:54:23 +01:00
examples/Boolean_set_operations_2 Integrated with a recent version master 2013-07-14 14:40:09 +03:00
include/CGAL Added destructor 2013-12-06 16:09:38 +02:00
package_info/Boolean_set_operations_2 New license.txt files (eol changes) 2013-02-19 16:46:39 +01:00
test/Boolean_set_operations_2 Fix a bug when LEDA is used instead of GMP 2014-08-07 17:38:55 +02:00
Boolean_set_operations.dxy
dont_submit Put doc/ in the global dont_submit file 2013-08-20 10:57:03 +02:00