mirror of https://github.com/CGAL/cgal
The error, on clang, is:
include/CGAL/Algebraic_structure_traits.h:362:39: error: declaration of 'Type_' shadows template parameter
typedef typename CT::Type Type_;
The bug was introduced by the following commit:
| commit
|
||
|---|---|---|
| .. | ||
| 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 | ||