mirror of https://github.com/CGAL/cgal
remove obsolete comments.
This commit is contained in:
parent
3d85f90181
commit
3242c7af61
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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!!!
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -18,12 +18,6 @@
|
|||
//
|
||||
// Author(s) : Menelaos Karavelas <mkaravel@tem.uoc.gr>
|
||||
|
||||
// ---------------------------------------------------------------------
|
||||
// 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.
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 <math.h> instead of <cmath>).
|
||||
//| CGAL_CFG_NO_NEXTAFTER is set.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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 T> class A>' are not supported by any compiler.
|
||||
//| The following definition is set if they are not supported.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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 <cmath>
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 :
|
||||
|
|
|
|||
Loading…
Reference in New Issue