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

Modified Files:
        index.htm 
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: index.htm
===================================================================
RCS file: /cvsroot/boost/boost/libs/numeric/ublas/doc/index.htm,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- index.htm   28 Feb 2007 11:47:41 -0000      1.32
+++ index.htm   7 Apr 2007 20:51:38 -0000       1.33
@@ -273,7 +273,9 @@
 type conformance checks disabled, expression templates enabled).
 Please check, if the preprocessor symbol <code>NDEBUG</code> of
 <code>cassert</code> is defined. <code>NDEBUG</code> enables
-release mode, which in turn uses expression templates.</p>
+release mode, which in turn uses expression templates. You can 
+optionally define <code>BOOST_UBLAS_NDEBUG</code> to disable all
+bounds, structure and similar checks of uBLAS.</p>
 <p>Q: I've written some uBLAS tests, which try to incorrectly
 assign different matrix types or overrun vector and matrix
 dimensions. Why don't I get a compile time or runtime


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