cgal/Homogeneous_kernel/include/CGAL/Homogeneous
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
..
Aff_transformationH2.h Fix last errors in headers of CGAL foundations 2012-10-08 09:03:50 +00:00
Aff_transformationH3.h attempt to fix the use of "inline" 2015-08-11 17:14:46 +02:00
CircleH2.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
Data_accessorH2.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
DirectionH2.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
DirectionH3.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
Homogeneous_base.h apply the cpp0x namespace renaming in all files 2012-12-19 11:33:17 +01:00
Iso_cuboidH3.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
Iso_rectangleH2.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
LineH2.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
PlaneH3.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
PointH2.h Minimal boost includes 2012-12-14 18:13:59 +01:00
PointH3.h Minimal boost includes 2012-12-14 18:13:59 +01:00
RayH3.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
SphereH3.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
VectorH2.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
VectorH3.h Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 2015-04-30 11:31:21 +02:00
basic_constructionsH2.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
basic_constructionsH3.h Fix last errors in headers of CGAL foundations 2012-10-08 09:03:50 +00:00
distance_predicatesH2.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
distance_predicatesH3.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
function_objects.h Merge branch 'CGAL-use_leda-GF-OLD' into CGAL-use_leda-GF 2014-06-18 22:50:06 +02:00
predicates_on_directionsH2.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
predicates_on_pointsH2.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
predicates_on_pointsH3.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00