Turn #warning into #error. This is only for SunPro with an incorrect STL.

This commit is contained in:
Laurent Rineau 2010-06-24 16:10:24 +00:00
parent a13cf08d5b
commit f0438cad2c
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@
#ifdef __SUNPRO_CC
# include <iterator>
# ifdef _RWSTD_NO_CLASS_PARTIAL_SPEC
# warning "CGAL does not support SunPRO with the old Rogue Wave STL: use STLPort."
# error "CGAL does not support SunPRO with the old Rogue Wave STL: use STLPort."
# endif
// Sun CC has an issue with templates that means overloading