cgal/Polynomial/include/CGAL
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
..
Polynomial attempt to fix the use of "inline" 2015-08-11 17:14:46 +02:00
Test fix unused type warnings 2015-07-23 09:27:55 +02:00
Exponent_vector.h Mainly added includes 2013-09-13 22:24:30 +02:00
Polynomial.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Polynomial_traits_d.h First big patch to fix -Wunused-local-typedefs 2012-08-01 13:29:16 +00:00
Polynomial_type_generator.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
polynomial_utils.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00