Update of /cvsroot/boost/boost/boost/numeric/ublas/detail
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24158/boost/numeric/ublas/detail

Modified Files:
        config.hpp 
Log Message:
[uBLAS] FIX unspoorted compilers set BOOST_UBLAS_UNSUPPORTED_COMPILER=1 so we 
can compare with !=- to override

Index: config.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/numeric/ublas/detail/config.hpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- config.hpp  5 Apr 2006 08:31:37 -0000       1.15
+++ config.hpp  10 Jul 2006 16:18:59 -0000      1.16
@@ -38,7 +38,7 @@
 
 // Version 6.0 and 7.0
 #if BOOST_MSVC <= 1300
-#define BOOST_UBLAS_UNSUPPORTED_COMPILER
+#define BOOST_UBLAS_UNSUPPORTED_COMPILER 1
 #endif
 
 // Version 7.1
@@ -63,7 +63,7 @@
 #endif
 
 #if __GNUC__ < 3
-#define BOOST_UBLAS_UNSUPPORTED_COMPILER
+#define BOOST_UBLAS_UNSUPPORTED_COMPILER 1
 #endif
 
 #endif
@@ -78,7 +78,7 @@
 #endif
 
 #if (BOOST_INTEL < 700)
-#define BOOST_UBLAS_UNSUPPORTED_COMPILER
+#define BOOST_UBLAS_UNSUPPORTED_COMPILER 1
 #endif
 
 // Define swap for index_pair and triple.
@@ -156,7 +156,7 @@
 
 // 8.x
 #if __MWERKS__ <= 0x3003
-#define BOOST_UBLAS_UNSUPPORTED_COMPILER
+#define BOOST_UBLAS_UNSUPPORTED_COMPILER 1
 #endif
 
 #endif
@@ -165,7 +165,7 @@
 // Detect other compilers with serious defects - override by defineing 
BOOST_UBLAS_UNSUPPORTED_COMPILER=0
 #ifndef BOOST_UBLAS_UNSUPPORTED_COMPILER
 #if defined(BOOST_NO_FUNCTION_TEMPLATE_ORDERING) || 
defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) || defined(BOOST_NO_SFINAE) 
|| defined(BOOST_NO_STDC_NAMESPACE)
-#define BOOST_UBLAS_UNSUPPORTED_COMPILER
+#define BOOST_UBLAS_UNSUPPORTED_COMPILER 1
 #endif
 #endif
 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to