mirror of https://github.com/CGAL/cgal
Use a form "#ifndef" more consistently. The idea is to automatize most of the verification of the consistency in the names used in the #ifndef and the following #define using a simple : grep -r -m 1 '#ifndef' */include/CGAL | grep CGAL_ | cut -d' ' -f2 | sort > ifndef.macros grep -r -m 1 '#define' */include/CGAL | grep CGAL_ | cut -d' ' -f2 | sort > define.macros diff ifndef.macros define.macros |
||
|---|---|---|
| .. | ||
| Cartesian_matrix.h | ||
| Dynamic_matrix.h | ||
| Extremal_polygon_traits_2.h | ||
| Rectangular_p_center_traits_2.h | ||
| Sorted_matrix_search_traits_adaptor.h | ||
| Transform_iterator.h | ||
| all_furthest_neighbors_2.h | ||
| extremal_polygon_2.h | ||
| monotone_matrix_search.h | ||
| pierce_rectangles_2.h | ||
| rectangular_3_center_2.h | ||
| rectangular_p_center_2.h | ||
| sorted_matrix_search.h | ||