cgal/CGAL_Core/include/CGAL
Laurent Rineau 06dac30143 Fix 'const static <type>'
The storage specified (static) is not allowed inside the type
specifier. It must be prefix or postfix (but not infix).

That is strange no C++ compiler gives an error on such a construction.

s/const static/static const/
2014-02-20 19:14:26 +01:00
..
CORE Fix 'const static <type>' 2014-02-20 19:14:26 +01:00
export core is shipped with CGAL (and fix packagename to reflect libraryname) 2012-08-03 17:30:42 +00:00