mirror of https://github.com/CGAL/cgal
Things like "CGAL_assertion(denominator != 0)" produced assertion failures for no gain. So now, the assertion is triggered only if the condition is certain, using CGAL::certainly(). That is, change the following in all assertion files : ((EX)?(static_cast<void>(0)): ::CGAL::assertion_fail( # EX , __FILE__, __LINE__)) to : (CGAL::certainly(EX)?(static_cast<void>(0)): ::CGAL::assertion_fail( # EX , __FILE__, __LINE__)) |
||
|---|---|---|
| .. | ||
| Circulator_pair.h | ||
| Indirect_edge_compare.h | ||
| Indirect_less_xy_2.h | ||
| Indirect_not_less_yx_2.h | ||
| Iterator_list.h | ||
| Matrix.h | ||
| Partition_opt_cvx_diagonal_list.h | ||
| Partition_opt_cvx_edge.h | ||
| Partition_opt_cvx_vertex.h | ||
| Partition_traits_2_base.h | ||
| Partition_vertex_map.h | ||
| Partitioned_polygon_2.h | ||
| Point_pair_less_xy_2.h | ||
| Rotation_tree_2.h | ||
| Rotation_tree_2_impl.h | ||
| Rotation_tree_node_2.h | ||
| Segment_less_yx_2.h | ||
| Triangulation_indirect_traits_2.h | ||
| Turn_reverser.h | ||
| Vertex_visibility_graph_2.h | ||
| Vertex_visibility_graph_2_impl.h | ||
| is_degenerate_polygon_2.h | ||
| partition_approx_convex_2.h | ||
| partition_assertions.h | ||
| partition_greene_approx_convex_2.h | ||
| partition_optimal_convex_2.h | ||
| partition_y_monotone_2.h | ||