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

Modified Files:
        config.hpp 
Log Message:
[uBLAS] MINOR improve unsupported message

Index: config.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/numeric/ublas/detail/config.hpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- config.hpp  10 Jul 2006 16:18:59 -0000      1.16
+++ config.hpp  21 Feb 2007 10:18:45 -0000      1.17
@@ -171,7 +171,7 @@
 
 // Cannot continue with an unsupported compiler
 #if defined(BOOST_UBLAS_UNSUPPORTED_COMPILER) && 
(BOOST_UBLAS_UNSUPPORTED_COMPILER != 0)
-#error Your compiler is unsupported by this verions of uBLAS. Boost 1.32.0 
includes uBLAS with support for many old compilers.
+#error Your compiler and/or configuration is unsupported by this verions of 
uBLAS. Define BOOST_UBLAS_UNSUPPORTED_COMPILER=0 to override this message. 
Boost 1.32.0 includes uBLAS with support for many older compilers.
 #endif
 
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to