mirror of https://github.com/CGAL/cgal
Turn #warning into #error. This is only for SunPro with an incorrect STL.
This commit is contained in:
parent
a13cf08d5b
commit
f0438cad2c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue