cgal/Installation/include/CGAL
Laurent Rineau 235b601b73 Fix a bug in Boost.Config<1.57 with gcc>=5.0
`BOOST_HAS_VARIADIC_TMPL` and `BOOST_NO_CXX11_VARIADIC_TEMPLATES` can be
wrong, with Boost-1.57 and gcc>=5.0.

Fixes the following warnings with gcc>=5.0 in C++98 mode:
> CGAL-4.8-Ic-106/include/CGAL/array.h:78:31: warning: variadic templates only available with -std=c++11 or -std=gnu++11
> template< typename T, typename... Args >
>                               ^
> CGAL-4.8-Ic-106/include/CGAL/array.h:80:28: warning: variadic templates only available with -std=c++11 or -std=gnu++11
> cpp11::array< T, 1 + sizeof...(Args) >
>                            ^
> CGAL-4.8-Ic-106/include/CGAL/array.h:81:42: warning: variadic templates only available with -std=c++11 or -std=gnu++11
>  make_array(const T & t, const Args & ... args)
>                                           ^
2016-01-25 08:28:06 +01:00
..
auto_link Add support for VC14 (from MSVC 2015) 2015-07-30 11:28:13 +02:00
boost/iterator fix opy paste error 2014-12-20 16:15:08 +01:00
export Remove buggy executable bits 2012-07-04 19:28:22 +00:00
internal CGAL_NO_DEPRECATION_WARNINGS for deprecated headers 2013-05-28 11:38:19 +02:00
config.h Fix a bug in Boost.Config<1.57 with gcc>=5.0 2016-01-25 08:28:06 +01:00
gl.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
glu.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
use.h Add the macro CGAL_USE_TYPE(), and a test for <CGAL/use.h> 2013-01-31 14:08:36 +01:00
version_macros.h Add versioninfo to created DLLs. 2011-10-25 15:17:08 +00:00