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 |
||
|---|---|---|
| .. | ||
| Test | ||
| Algebraic_extension_traits.h | ||
| Algebraic_structure_traits.h | ||
| Chinese_remainder_traits.h | ||
| Coercion_traits.h | ||
| Fraction_traits.h | ||
| Needs_parens_as_product.h | ||
| Rational_traits.h | ||
| Real_embeddable_traits.h | ||
| Scalar_factor_traits.h | ||
| extended_euclidean_algorithm.h | ||
| ipower.h | ||
| number_utils.h | ||
| number_utils_classes.h | ||