cgal/Polynomial/include/CGAL/Polynomial
Jane Tournois 629983854e attempt to fix the use of "inline"
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.
----------------------------------------------
2015-08-11 17:14:46 +02:00
..
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 attempt to fix the use of "inline" 2015-08-11 17:14:46 +02:00
Real_embeddable_traits.h
Scalar_factor_traits.h
Wang_traits.h
bezout_matrix.h Fix warnings -Wunused-local-typedefs 2013-12-12 18:25:20 +01:00
determinant.h removed some compiler warnings 2012-07-06 07:19:16 +00:00
fwd.h
hgdelta_update.h
misc.h
modular_filter.h
modular_gcd.h
modular_gcd_utcf_algorithm_M.h First big patch to fix -Wunused-local-typedefs 2012-08-01 13:29:16 +00:00
modular_gcd_utcf_dfai.h
modular_gcd_utcf_pure_wang.h
modular_gcd_utcf_with_wang.h
modular_gcd_utils.h
polynomial_functions.h fix warnings 2015-07-16 14:44:56 +02:00
polynomial_gcd.h fixed various compile problems 2012-08-20 09:45:09 +00:00
polynomial_gcd_implementations.h First big patch to fix -Wunused-local-typedefs 2012-08-01 13:29:16 +00:00
polynomial_gcd_ntl.h template instantion of PT in partial specialization is ... weird 2012-10-16 10:17:31 +00:00
prs_resultant.h deal with Polynomial (only partially), Subdivision_method, Surface_mesher, Surface_reconstruction 2013-01-31 09:18:28 +01:00
resultant.h remove 3 unused typedefs in CGAL/Polynomial/resultant.h 2013-02-06 15:59:45 +01:00
square_free_factorize.h
sturm_habicht_sequence.h
subresultants.h deal with Polynomial (only partially), Subdivision_method, Surface_mesher, Surface_reconstruction 2013-01-31 09:18:28 +01:00
wang.h