CGAL_CFG_DONT_OVERLOAD_TOO_MUCH is only needed by SunPRO.

This commit is contained in:
Sylvain Pion 2008-01-03 16:47:40 +00:00
parent ac28c295d1
commit 0d04db797e
1 changed files with 3 additions and 2 deletions

View File

@ -141,11 +141,12 @@
# ifdef _RWSTD_NO_CLASS_PARTIAL_SPEC
# error "CGAL does not support SunPRO with the old Rogue Wave STL: use STLPort."
# endif
#endif
// Sun CC has an issue with templates that means overloading
// Qualified_result_of does not work so well.
#define CGAL_CFG_DONT_OVERLOAD_TOO_MUCH 1
# define CGAL_CFG_DONT_OVERLOAD_TOO_MUCH 1
#endif
//-------------------------------------------------------------------//