diff --git a/Installation/config/testfiles/CGAL_CFG_DENORMALS_COMPILE_BUG.cpp b/Installation/config/testfiles/CGAL_CFG_DENORMALS_COMPILE_BUG.cpp index 6994f7e4d0e..2cd0634e1fa 100644 --- a/Installation/config/testfiles/CGAL_CFG_DENORMALS_COMPILE_BUG.cpp +++ b/Installation/config/testfiles/CGAL_CFG_DENORMALS_COMPILE_BUG.cpp @@ -21,12 +21,6 @@ // // Author(s) : Sylvain Pion -// --------------------------------------------------------------------- -// A short test program to evaluate a C++ compiler. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| This flag is set if the compiler bugs when handling denormal values at //| compile time. At least PGCC 7.1-2 has the bug. diff --git a/Installation/config/testfiles/CGAL_CFG_FPU_ROUNDING_MODE_UNWINDING_VC_BUG.cpp b/Installation/config/testfiles/CGAL_CFG_FPU_ROUNDING_MODE_UNWINDING_VC_BUG.cpp index 7663b006e77..0b097fb05c7 100644 --- a/Installation/config/testfiles/CGAL_CFG_FPU_ROUNDING_MODE_UNWINDING_VC_BUG.cpp +++ b/Installation/config/testfiles/CGAL_CFG_FPU_ROUNDING_MODE_UNWINDING_VC_BUG.cpp @@ -21,11 +21,6 @@ // // Author(s) : Andreas Fabri -// --------------------------------------------------------------------- -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| If a compiler has problems with restoring the rounding mode in a try/catch //| CGAL_CFG_FPU_ROUNDING_MODE_UNWINDING_VC_BUG diff --git a/Installation/config/testfiles/CGAL_CFG_IEEE_754_BUG.cpp b/Installation/config/testfiles/CGAL_CFG_IEEE_754_BUG.cpp index dada1801b43..c570cdd7446 100644 --- a/Installation/config/testfiles/CGAL_CFG_IEEE_754_BUG.cpp +++ b/Installation/config/testfiles/CGAL_CFG_IEEE_754_BUG.cpp @@ -18,15 +18,8 @@ // $URL$ // $Id$ // -// // Author(s) : Sylvain Pion -// --------------------------------------------------------------------- -// A short test program to evaluate a C++ compiler. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| This flag is set if the compiler bugs with special features with IEEE 754 //| handling, concerning is_valid() and is_finite() testing of infinity and //| nans. The workaround is to use bitfield operations. diff --git a/Installation/config/testfiles/CGAL_CFG_ISTREAM_INT_BUG.cpp b/Installation/config/testfiles/CGAL_CFG_ISTREAM_INT_BUG.cpp index de95c24beb4..0bd9de50b70 100644 --- a/Installation/config/testfiles/CGAL_CFG_ISTREAM_INT_BUG.cpp +++ b/Installation/config/testfiles/CGAL_CFG_ISTREAM_INT_BUG.cpp @@ -18,11 +18,6 @@ // // Author(s) : Andreas Fabri -// --------------------------------------------------------------------- -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| This flag is set, if the executable does not properly parse an int followed by a comma //| Can you believe it!!! diff --git a/Installation/config/testfiles/CGAL_CFG_LONGNAME_BUG.cpp b/Installation/config/testfiles/CGAL_CFG_LONGNAME_BUG.cpp index 0ff514ec164..1174e275ed1 100644 --- a/Installation/config/testfiles/CGAL_CFG_LONGNAME_BUG.cpp +++ b/Installation/config/testfiles/CGAL_CFG_LONGNAME_BUG.cpp @@ -21,12 +21,6 @@ // // Author(s) : various -// --------------------------------------------------------------------- -// A short test program to evaluate a C++ compiler. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| If a compiler (or assembler or linker) has problems with long names //| CGAL_CFG_LONGNAME_BUG is set. diff --git a/Installation/config/testfiles/CGAL_CFG_MATCHING_BUG_5.cpp b/Installation/config/testfiles/CGAL_CFG_MATCHING_BUG_5.cpp index b2d8c2b65ef..d4b7d237a08 100644 --- a/Installation/config/testfiles/CGAL_CFG_MATCHING_BUG_5.cpp +++ b/Installation/config/testfiles/CGAL_CFG_MATCHING_BUG_5.cpp @@ -21,11 +21,6 @@ // // Author(s) : Sylvain Pion -// --------------------------------------------------------------------- -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| This flag is set, if a compiler cannot distinguish the signature //| of overloaded function templates, which have one template parameter //| to be passed explicitely when being called. diff --git a/Installation/config/testfiles/CGAL_CFG_MATCHING_BUG_6.cpp b/Installation/config/testfiles/CGAL_CFG_MATCHING_BUG_6.cpp index 826dd74a1a3..5fdd5f83885 100644 --- a/Installation/config/testfiles/CGAL_CFG_MATCHING_BUG_6.cpp +++ b/Installation/config/testfiles/CGAL_CFG_MATCHING_BUG_6.cpp @@ -21,11 +21,6 @@ // // Author(s) : Andreas Fabri -// --------------------------------------------------------------------- -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| VC 7.3 does not recognize when an operator in a class //| redefines the operator with the same signature in a base class //| It happens with the regular triangulation. diff --git a/Installation/config/testfiles/CGAL_CFG_NESTED_CLASS_FRIEND_DECLARATION_BUG.cpp b/Installation/config/testfiles/CGAL_CFG_NESTED_CLASS_FRIEND_DECLARATION_BUG.cpp index 23157103b53..6f87031c13e 100644 --- a/Installation/config/testfiles/CGAL_CFG_NESTED_CLASS_FRIEND_DECLARATION_BUG.cpp +++ b/Installation/config/testfiles/CGAL_CFG_NESTED_CLASS_FRIEND_DECLARATION_BUG.cpp @@ -18,12 +18,6 @@ // // Author(s) : Menelaos Karavelas -// --------------------------------------------------------------------- -// A short test program to evaluate a C++ compiler. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| The flag CGAL_CFG_NESTED_CLASS_FRIEND_DECLARATION_BUG is set //| if the compiler cannot recognize the declaration of a nested //| class as friend. diff --git a/Installation/config/testfiles/CGAL_CFG_NET2003_MATCHING_BUG.cpp b/Installation/config/testfiles/CGAL_CFG_NET2003_MATCHING_BUG.cpp index 253a65b733e..2a4535c34ba 100644 --- a/Installation/config/testfiles/CGAL_CFG_NET2003_MATCHING_BUG.cpp +++ b/Installation/config/testfiles/CGAL_CFG_NET2003_MATCHING_BUG.cpp @@ -21,11 +21,6 @@ // // Author(s) : Radu Ursu -// --------------------------------------------------------------------- -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| This flag is set, if the compiler does not match a member //| definition to an existing declaration (eg., cl1310 Beta). diff --git a/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_ARRAY.cpp b/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_ARRAY.cpp index 5de5909a6d7..b2d71b53f53 100644 --- a/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_ARRAY.cpp +++ b/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_ARRAY.cpp @@ -17,12 +17,6 @@ // // Author(s) : Sylvain Pion -// --------------------------------------------------------------------- -// A short test program to evaluate a C++ compiler. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| If a compiler does not support std::array<> (from C++0x) //| CGAL_CFG_NO_CPP0X_ARRAY is set. diff --git a/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_DECLTYPE.cpp b/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_DECLTYPE.cpp index f95225e3540..84334358eed 100644 --- a/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_DECLTYPE.cpp +++ b/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_DECLTYPE.cpp @@ -17,12 +17,6 @@ // // Author(s) : Sylvain Pion -// --------------------------------------------------------------------- -// A short test program to evaluate a C++ compiler. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| If a compiler does not support decltype() (from C++0x) //| CGAL_CFG_NO_CPP0X_DECLTYPE is set. diff --git a/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_DEFAULT_TEMPLATE_ARGUMENTS_FOR_FUNCTION_TEMPLATES.cpp b/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_DEFAULT_TEMPLATE_ARGUMENTS_FOR_FUNCTION_TEMPLATES.cpp index 7554b5146f0..aabdf8a5e64 100644 --- a/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_DEFAULT_TEMPLATE_ARGUMENTS_FOR_FUNCTION_TEMPLATES.cpp +++ b/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_DEFAULT_TEMPLATE_ARGUMENTS_FOR_FUNCTION_TEMPLATES.cpp @@ -17,12 +17,6 @@ // // Author(s) : Sylvain Pion -// --------------------------------------------------------------------- -// A short test program to evaluate a C++ compiler. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| If a compiler does not support default template arguments for function templates //| (from C++0x) CGAL_CFG_NO_CPP0X_DEFAULT_TEMPLATE_ARGUMENTS_FOR_FUNCTION_TEMPLATES is set. diff --git a/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_DELEGATING_CONSTRUCTORS.cpp b/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_DELEGATING_CONSTRUCTORS.cpp index 96df24fa3b4..3adb34f74b1 100644 --- a/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_DELEGATING_CONSTRUCTORS.cpp +++ b/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_DELEGATING_CONSTRUCTORS.cpp @@ -17,12 +17,6 @@ // // Author(s) : Sylvain Pion -// --------------------------------------------------------------------- -// A short test program to evaluate a C++ compiler. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| If a compiler does not support delegating constructors (from C++0x) //| CGAL_CFG_NO_CPP0X_DELEGATING_CONSTRUCTORS is set. diff --git a/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_DELETED_AND_DEFAULT_FUNCTIONS.cpp b/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_DELETED_AND_DEFAULT_FUNCTIONS.cpp index 0747a01340b..006d12d2e8d 100644 --- a/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_DELETED_AND_DEFAULT_FUNCTIONS.cpp +++ b/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_DELETED_AND_DEFAULT_FUNCTIONS.cpp @@ -17,12 +17,6 @@ // // Author(s) : Sylvain Pion -// --------------------------------------------------------------------- -// A short test program to evaluate a C++ compiler. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| If a compiler does not support "explicitly-defaulted" and "deleted" functions (from C++0x) //| CGAL_CFG_NO_CPP0X_DELETED_AND_DEFAULT_FUNCTIONS is set. diff --git a/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_ISFINITE.cpp b/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_ISFINITE.cpp index 9b04ad0435a..871e7db876c 100644 --- a/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_ISFINITE.cpp +++ b/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_ISFINITE.cpp @@ -17,12 +17,6 @@ // // Author(s) : Sylvain Pion -// --------------------------------------------------------------------- -// A short test program to evaluate a C++ compiler. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| If a compiler does not support std::isfinite() (from C++0x) //| CGAL_CFG_NO_CPP0X_ISFINITE is set. diff --git a/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_LONG_LONG.cpp b/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_LONG_LONG.cpp index 4a39f095e77..e46207de2c2 100644 --- a/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_LONG_LONG.cpp +++ b/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_LONG_LONG.cpp @@ -21,12 +21,6 @@ // // Author(s) : Sylvain Pion -// --------------------------------------------------------------------- -// A short test program to evaluate a machine architecture. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| The long long built-in integral type is not part of the ISO C++ 98 standard, //| but many compilers support it nevertheless since it's part of the ISO //| C standard. It is part of C++0x. diff --git a/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_RVALUE_REFERENCE.cpp b/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_RVALUE_REFERENCE.cpp index e797872e886..bca3d9d2e25 100644 --- a/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_RVALUE_REFERENCE.cpp +++ b/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_RVALUE_REFERENCE.cpp @@ -17,12 +17,6 @@ // // Author(s) : Sylvain Pion -// --------------------------------------------------------------------- -// A short test program to evaluate a C++ compiler. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| If a compiler does not support rvalue references (from C++0x) //| CGAL_CFG_NO_RVALUE_REFERENCE is set. diff --git a/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_TUPLE.cpp b/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_TUPLE.cpp index f043944dcb0..0b43508345b 100644 --- a/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_TUPLE.cpp +++ b/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_TUPLE.cpp @@ -17,12 +17,6 @@ // // Author(s) : Sylvain Pion -// --------------------------------------------------------------------- -// A short test program to evaluate a C++ compiler. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| If a compiler does not support std::tuple<> (from C++0x) //| CGAL_CFG_NO_CPP0X_TUPLE is set. diff --git a/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_VARIADIC_TEMPLATES.cpp b/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_VARIADIC_TEMPLATES.cpp index d0196fc269c..343a7bc20f3 100644 --- a/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_VARIADIC_TEMPLATES.cpp +++ b/Installation/config/testfiles/CGAL_CFG_NO_CPP0X_VARIADIC_TEMPLATES.cpp @@ -17,12 +17,6 @@ // // Author(s) : Sylvain Pion -// --------------------------------------------------------------------- -// A short test program to evaluate a C++ compiler. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| If a compiler does not support variadic templates (from C++0x) //| CGAL_CFG_NO_CPP0X_VARIADIC_TEMPLATES is set. diff --git a/Installation/config/testfiles/CGAL_CFG_NO_LIMITS.cpp b/Installation/config/testfiles/CGAL_CFG_NO_LIMITS.cpp index 2f646806c97..fdd34463082 100644 --- a/Installation/config/testfiles/CGAL_CFG_NO_LIMITS.cpp +++ b/Installation/config/testfiles/CGAL_CFG_NO_LIMITS.cpp @@ -21,12 +21,6 @@ // // Author(s) : various -// --------------------------------------------------------------------- -// A short test program to evaluate a C++ compiler. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| If a compiler has a bug in the implementation of //| std::numeric_limits<>::denorm_min(), such as PGCC 7.1-2, //| CGAL_CFG_NO_LIMITS is set. diff --git a/Installation/config/testfiles/CGAL_CFG_NO_NEXTAFTER.cpp b/Installation/config/testfiles/CGAL_CFG_NO_NEXTAFTER.cpp index c21aa1e933e..7b4d2e727b0 100644 --- a/Installation/config/testfiles/CGAL_CFG_NO_NEXTAFTER.cpp +++ b/Installation/config/testfiles/CGAL_CFG_NO_NEXTAFTER.cpp @@ -21,12 +21,6 @@ // // Author(s) : Andreas Fabri -// --------------------------------------------------------------------- -// A short test program to evaluate a C++ compiler. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| If a compiler doesn't know nextafter() (or only knows _nextafter as VC++ 7.1). //| nextafter() is part of ISO C99, but not ISO C++98 (hence instead of ). //| CGAL_CFG_NO_NEXTAFTER is set. diff --git a/Installation/config/testfiles/CGAL_CFG_NO_STATEMENT_EXPRESSIONS.cpp b/Installation/config/testfiles/CGAL_CFG_NO_STATEMENT_EXPRESSIONS.cpp index c3dc5319c72..db61e1ea8f3 100644 --- a/Installation/config/testfiles/CGAL_CFG_NO_STATEMENT_EXPRESSIONS.cpp +++ b/Installation/config/testfiles/CGAL_CFG_NO_STATEMENT_EXPRESSIONS.cpp @@ -17,12 +17,6 @@ // // Author(s) : Sylvain Pion -// --------------------------------------------------------------------- -// A short test program to evaluate a C++ compiler. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| If a compiler does not support statement expressions (a GCC extension) //| CGAL_CFG_NO_STATEMENT_EXPRESSIONS is set. diff --git a/Installation/config/testfiles/CGAL_CFG_NO_STL.cpp b/Installation/config/testfiles/CGAL_CFG_NO_STL.cpp index 9f9ccd76242..26180ba6e25 100644 --- a/Installation/config/testfiles/CGAL_CFG_NO_STL.cpp +++ b/Installation/config/testfiles/CGAL_CFG_NO_STL.cpp @@ -21,12 +21,6 @@ // // Author(s) : Lutz Kettner, Sylvain Pion -// --------------------------------------------------------------------- -// A short test program to evaluate a machine architecture. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| A basic test for the STL. //| If it fails, it probably means a bad CGAL installation. diff --git a/Installation/config/testfiles/CGAL_CFG_NO_TMPL_IN_TMPL_PARAM.cpp b/Installation/config/testfiles/CGAL_CFG_NO_TMPL_IN_TMPL_PARAM.cpp index abc080392d0..fa09d26989a 100644 --- a/Installation/config/testfiles/CGAL_CFG_NO_TMPL_IN_TMPL_PARAM.cpp +++ b/Installation/config/testfiles/CGAL_CFG_NO_TMPL_IN_TMPL_PARAM.cpp @@ -21,12 +21,6 @@ // // Author(s) : Lutz Kettner -// --------------------------------------------------------------------- -// A short test program to evaluate a C++ compiler. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| Nested templates in template parameter, such as 'template < //| template class A>' are not supported by any compiler. //| The following definition is set if they are not supported. diff --git a/Installation/config/testfiles/CGAL_CFG_NO_TR1_ARRAY.cpp b/Installation/config/testfiles/CGAL_CFG_NO_TR1_ARRAY.cpp index 335ac4aafdb..0e0fae0a6ef 100644 --- a/Installation/config/testfiles/CGAL_CFG_NO_TR1_ARRAY.cpp +++ b/Installation/config/testfiles/CGAL_CFG_NO_TR1_ARRAY.cpp @@ -17,12 +17,6 @@ // // Author(s) : Sylvain Pion -// --------------------------------------------------------------------- -// A short test program to evaluate a C++ compiler. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| If a compiler does not support std::tr1::array<> (from TR1) //| CGAL_CFG_NO_TR1_ARRAY is set. diff --git a/Installation/config/testfiles/CGAL_CFG_NO_TR1_TUPLE.cpp b/Installation/config/testfiles/CGAL_CFG_NO_TR1_TUPLE.cpp index ed7fd221708..a9d0d4e5e26 100644 --- a/Installation/config/testfiles/CGAL_CFG_NO_TR1_TUPLE.cpp +++ b/Installation/config/testfiles/CGAL_CFG_NO_TR1_TUPLE.cpp @@ -17,12 +17,6 @@ // // Author(s) : Sylvain Pion -// --------------------------------------------------------------------- -// A short test program to evaluate a C++ compiler. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| If a compiler does not support std::tr1::tuple<> (from TR1) //| CGAL_CFG_NO_TR1_TUPLE is set. diff --git a/Installation/config/testfiles/CGAL_CFG_NUMERIC_LIMITS_BUG.cpp b/Installation/config/testfiles/CGAL_CFG_NUMERIC_LIMITS_BUG.cpp index 1ab57b59687..c5b3dce8fd2 100644 --- a/Installation/config/testfiles/CGAL_CFG_NUMERIC_LIMITS_BUG.cpp +++ b/Installation/config/testfiles/CGAL_CFG_NUMERIC_LIMITS_BUG.cpp @@ -21,12 +21,6 @@ // // Author(s) : Sylvain Pion -// --------------------------------------------------------------------- -// A short test program to evaluate a C++ compiler. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| This flag is set if the compiler bugs with std::numeric_limits #include diff --git a/Installation/config/testfiles/CGAL_CFG_OUTOFLINE_MEMBER_DEFINITION_BUG.cpp b/Installation/config/testfiles/CGAL_CFG_OUTOFLINE_MEMBER_DEFINITION_BUG.cpp index 48f1224e8a0..46cd697af46 100644 --- a/Installation/config/testfiles/CGAL_CFG_OUTOFLINE_MEMBER_DEFINITION_BUG.cpp +++ b/Installation/config/testfiles/CGAL_CFG_OUTOFLINE_MEMBER_DEFINITION_BUG.cpp @@ -21,12 +21,6 @@ // // Author(s) : Marc Glisse -// --------------------------------------------------------------------- -// A short test program to evaluate a C++ compiler. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| This flag is set if the compiler complains about an ambiguity between //| a type and itself when some members are defined out of line. This is //| a Sun CC bug. diff --git a/Installation/config/testfiles/CGAL_CFG_USING_BASE_MEMBER_BUG_2.cpp b/Installation/config/testfiles/CGAL_CFG_USING_BASE_MEMBER_BUG_2.cpp index c93f749c52b..d72c8a181b9 100644 --- a/Installation/config/testfiles/CGAL_CFG_USING_BASE_MEMBER_BUG_2.cpp +++ b/Installation/config/testfiles/CGAL_CFG_USING_BASE_MEMBER_BUG_2.cpp @@ -21,12 +21,6 @@ // // Author(s) : Sylvain Pion -// --------------------------------------------------------------------- -// A short test program to evaluate a C++ compiler. -// This program is used by install_cgal. -// The following documentation will be pasted in the generated configfile. -// --------------------------------------------------------------------- - //| This flag is set if the compiler bugs with some "using Base::Member;" in //| a derived class. The workaround is to write a forwarder or not use using. //| At least SunPro CC 5.3 has this bug where the typical error message is :