mirror of https://github.com/CGAL/cgal
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. |
||
|---|---|---|
| .. | ||
| data | ||
| agg_op_test_suite_generator.cpp | ||
| bop_test_suite_generator.cpp | ||
| test_agg_op.cmd | ||
| test_agg_op.cpp | ||
| test_bop.cmd | ||
| test_bop.cpp | ||
| test_compilation.cpp | ||
| test_connect_holes.cpp | ||
| test_polygon_validation.cpp | ||