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 |
||
|---|---|---|
| .. | ||
| IO | ||
| Nef_2 | ||
| Bounded_kernel.h | ||
| Extended_cartesian.h | ||
| Extended_homogeneous.h | ||
| Filtered_extended_homogeneous.h | ||
| Is_extended_kernel.h | ||
| Nef_polyhedron_2.h | ||
| Nef_polynomial.h | ||
| Nef_polynomial_fwd.h | ||
| generic_sweep.h | ||
| sweep_observer.h | ||