cgal/Boolean_set_operations_2/test/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
..
data Fix a bug when LEDA is used instead of GMP 2014-08-07 17:38:55 +02:00
agg_op_test_suite_generator.cpp Arithmetic_kernel -> Exact_integer/rational 2014-07-16 18:55:30 +02:00
bop_test_suite_generator.cpp Arithmetic_kernel -> Exact_integer/rational 2014-07-16 18:55:30 +02:00
test_agg_op.cmd
test_agg_op.cpp Arithmetic_kernel -> Exact_integer/rational 2014-07-16 18:55:30 +02:00
test_bop.cmd matching Boolean_set_operations_2 to Arrangement_on_surface_2 2007-07-30 14:26:04 +00:00
test_bop.cpp Arithmetic_kernel -> Exact_integer/rational 2014-07-16 18:55:30 +02:00
test_compilation.cpp
test_connect_holes.cpp Arithmetic_kernel -> Exact_integer/rational 2014-07-16 18:55:30 +02:00
test_polygon_validation.cpp Arithmetic_kernel -> Exact_integer/rational 2014-07-16 18:55:30 +02:00