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.
----------------------------------------------
|
||
|---|---|---|
| .. | ||
| Aff_transformationH2.h | ||
| Aff_transformationH3.h | ||
| CircleH2.h | ||
| Data_accessorH2.h | ||
| DirectionH2.h | ||
| DirectionH3.h | ||
| Homogeneous_base.h | ||
| Iso_cuboidH3.h | ||
| Iso_rectangleH2.h | ||
| LineH2.h | ||
| PlaneH3.h | ||
| PointH2.h | ||
| PointH3.h | ||
| RayH3.h | ||
| SphereH3.h | ||
| VectorH2.h | ||
| VectorH3.h | ||
| basic_constructionsH2.h | ||
| basic_constructionsH3.h | ||
| distance_predicatesH2.h | ||
| distance_predicatesH3.h | ||
| function_objects.h | ||
| predicates_on_directionsH2.h | ||
| predicates_on_pointsH2.h | ||
| predicates_on_pointsH3.h | ||