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.
----------------------------------------------
|
||
|---|---|---|
| .. | ||
| Bounding_box_2.h | ||
| Constrained_triang_traits.h | ||
| HDS_items.h | ||
| Line_to_epoint.h | ||
| Object_handle.h | ||
| Object_index.h | ||
| PM_checker.h | ||
| PM_const_decorator.h | ||
| PM_decorator.h | ||
| PM_explorer.h | ||
| PM_io_parser.h | ||
| PM_overlayer.h | ||
| PM_persistent_PL.h | ||
| PM_point_locator.h | ||
| Polynomial.h | ||
| Segment_overlay_traits.h | ||
| debug.h | ||
| gen_point_location.h | ||
| geninfo.h | ||
| iterator_tools.h | ||