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 |
||
|---|---|---|
| .. | ||
| Random_convex_set_traits_2.h | ||
| Random_polygon_2_sweep.h | ||
| Random_polygon_traits_2.h | ||
| generators.h | ||
| point_generators_2.h | ||
| point_generators_3.h | ||
| point_generators_d.h | ||
| random_convex_set_2.h | ||
| random_polygon_2.h | ||
| random_selection.h | ||