mirror of https://github.com/CGAL/cgal
RW STL : turn the #error into a #warning.
This commit is contained in:
parent
3e3725bccd
commit
dd9a147db5
|
|
@ -135,7 +135,7 @@
|
|||
#ifdef __SUNPRO_CC
|
||||
# include <iterator>
|
||||
# ifdef _RWSTD_NO_CLASS_PARTIAL_SPEC
|
||||
# error "CGAL does not support SunPRO with the old Rogue Wave STL: use STLPort."
|
||||
# warning "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