mirror of https://github.com/CGAL/cgal
the warning C4396 happens for these functions on msvc2015
----------------------------------------------
Compiler Warning (level 2) C4396
Visual Studio 2008
"name" : the inline specifier cannot be used when a friend declaration refers to a specialization of a function template
A specialization of a function template cannot specify any of the inline specifiers. The compiler issues warning C4396 and ignores the inline specifier.
To correct this error
Remove the inline, __inline, or __forceinline specifier from the friend function declaration.
----------------------------------------------
|
||
|---|---|---|
| .. | ||
| Algebraic_structure_traits.h | ||
| Cached_extended_euclidean_algorithm.h | ||
| Chinese_remainder_traits.h | ||
| Coercion_traits.h | ||
| Degree.h | ||
| Fraction_traits.h | ||
| Get_arithmetic_kernel.h | ||
| Interpolator.h | ||
| Modular_traits.h | ||
| Monomial_representation.h | ||
| Polynomial_type.h | ||
| Real_embeddable_traits.h | ||
| Scalar_factor_traits.h | ||
| Wang_traits.h | ||
| bezout_matrix.h | ||
| determinant.h | ||
| fwd.h | ||
| hgdelta_update.h | ||
| misc.h | ||
| modular_filter.h | ||
| modular_gcd.h | ||
| modular_gcd_utcf_algorithm_M.h | ||
| modular_gcd_utcf_dfai.h | ||
| modular_gcd_utcf_pure_wang.h | ||
| modular_gcd_utcf_with_wang.h | ||
| modular_gcd_utils.h | ||
| polynomial_functions.h | ||
| polynomial_gcd.h | ||
| polynomial_gcd_implementations.h | ||
| polynomial_gcd_ntl.h | ||
| prs_resultant.h | ||
| resultant.h | ||
| square_free_factorize.h | ||
| sturm_habicht_sequence.h | ||
| subresultants.h | ||
| wang.h | ||