From dd9a147db56fffeeab27579d997a033a8bccccc1 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Tue, 26 May 2009 08:18:11 +0000 Subject: [PATCH] RW STL : turn the #error into a #warning. --- Installation/include/CGAL/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/include/CGAL/config.h b/Installation/include/CGAL/config.h index 6c4d689fa0c..d52dff4fdb1 100644 --- a/Installation/include/CGAL/config.h +++ b/Installation/include/CGAL/config.h @@ -135,7 +135,7 @@ #ifdef __SUNPRO_CC # include # 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