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.
----------------------------------------------
|
||
|---|---|---|
| .. | ||
| IO | ||
| Nef_2 | ||
| Bounded_kernel.h | ||
| Extended_cartesian.h | ||
| Extended_homogeneous.h | ||
| Filtered_extended_homogeneous.h | ||
| Is_extended_kernel.h | ||
| Nef_polyhedron_2.h | ||
| Nef_polynomial.h | ||
| Nef_polynomial_fwd.h | ||
| generic_sweep.h | ||
| sweep_observer.h | ||