cgal/Nef_2
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
..
demo/Nef_2 CGAL requires CMake>=2.8.11. 2015-07-10 17:01:42 +02:00
doc/Nef_2 fix documentation in Nef_2 2015-03-23 11:03:32 +01:00
examples/Nef_2 s/Gmpz/Exact_integer/ 2014-06-27 15:11:52 +02:00
include/CGAL attempt to fix the use of "inline" 2015-08-11 17:14:46 +02:00
noweb Drop the include guard and remove assert_equal_types 2012-11-17 01:56:05 +01:00
package_info/Nef_2 New license.txt files (eol changes) 2013-02-19 16:46:39 +01:00
src/CGAL change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
test/Nef_2 Arithmetic_kernel -> Exact_integer/rational 2014-07-16 16:52:17 +02:00
TODO
debug.txt
dont_submit Put doc/ in the global dont_submit file 2013-08-20 10:57:03 +02:00