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
..
doc/Polynomial function documentation fixes 2013-09-03 14:25:50 +02:00
examples/Polynomial s/Gmpz/Exact_integer/ 2014-06-27 15:11:52 +02:00
include/CGAL attempt to fix the use of "inline" 2015-08-11 17:14:46 +02:00
package_info/Polynomial New license.txt files (eol changes) 2013-02-19 16:46:39 +01:00
test/Polynomial fix unused type warnings 2015-07-23 09:27:55 +02:00
dont_submit Split up Polynomial_traits_d.cpp in smaller testcases 2013-09-18 14:55:03 +02:00