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

Modified Files:
        config.hpp 
Log Message:
- new directive BOOST_UBLAS_NDEBUG to disable all debug actions of uBLAS
  It has an equivalent effect as defining NDEBUG in all uBLAS headers.


Index: config.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/numeric/ublas/detail/config.hpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- config.hpp  21 Feb 2007 10:18:45 -0000      1.17
+++ config.hpp  7 Apr 2007 20:51:38 -0000       1.18
@@ -177,7 +177,7 @@
 
 
 // Enable performance options in RELEASE mode
-#ifdef NDEBUG
+#if defined (NDEBUG) || defined (BOOST_UBLAS_NDEBUG)
 
 #ifndef BOOST_UBLAS_INLINE
 #define BOOST_UBLAS_INLINE inline


-------------------------------------------------------------------------
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