From f0438cad2c1fdc45c73fd0fc66ab9f40681c24f0 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 24 Jun 2010 16:10:24 +0000 Subject: [PATCH] Turn #warning into #error. This is only for SunPro with an incorrect STL. --- 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 103d7a35938..87867664197 100644 --- a/Installation/include/CGAL/config.h +++ b/Installation/include/CGAL/config.h @@ -154,7 +154,7 @@ #ifdef __SUNPRO_CC # include # 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