cgal/Nef_2/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
..
IO Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Nef_2 attempt to fix the use of "inline" 2015-08-11 17:14:46 +02:00
Bounded_kernel.h WARNFIX: Silence a good part of unused variable/parameter warnings. 2012-08-07 11:04:32 +00:00
Extended_cartesian.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Extended_homogeneous.h update CGAL custom doxygen macros 2012-11-14 00:31:05 +01:00
Filtered_extended_homogeneous.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Is_extended_kernel.h Mainly added includes 2013-09-13 22:24:30 +02:00
Nef_polyhedron_2.h add documented types in the code 2013-07-25 17:41:20 +02:00
Nef_polynomial.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Nef_polynomial_fwd.h Mainly added includes 2013-09-13 22:24:30 +02:00
generic_sweep.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
sweep_observer.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00