Boost logo

Boost-Commit :

From: thomas.klimpel_at_[hidden]
Date: 2008-04-08 15:24:50


Author: klimpel
Date: 2008-04-08 15:24:49 EDT (Tue, 08 Apr 2008)
New Revision: 44113
URL: http://svn.boost.org/trac/boost/changeset/44113

Log:
added some missing #include <cassert>

Text files modified:
   sandbox/boost/numeric/bindings/lapack/gesdd.hpp | 2 ++
   sandbox/boost/numeric/bindings/lapack/gesvd.hpp | 2 ++
   sandbox/boost/numeric/bindings/lapack/hpsv.hpp | 1 +
   sandbox/boost/numeric/bindings/lapack/posv.hpp | 1 +
   sandbox/boost/numeric/bindings/lapack/ppsv.hpp | 1 +
   sandbox/boost/numeric/bindings/lapack/spsv.hpp | 1 +
   sandbox/boost/numeric/bindings/lapack/sysv.hpp | 1 +
   7 files changed, 9 insertions(+), 0 deletions(-)

Modified: sandbox/boost/numeric/bindings/lapack/gesdd.hpp
==============================================================================
--- sandbox/boost/numeric/bindings/lapack/gesdd.hpp (original)
+++ sandbox/boost/numeric/bindings/lapack/gesdd.hpp 2008-04-08 15:24:49 EDT (Tue, 08 Apr 2008)
@@ -28,6 +28,8 @@
 # include <boost/type_traits/is_same.hpp>
 #endif
 
+#include <cassert>
+
 namespace boost { namespace numeric { namespace bindings {
 
   namespace lapack {

Modified: sandbox/boost/numeric/bindings/lapack/gesvd.hpp
==============================================================================
--- sandbox/boost/numeric/bindings/lapack/gesvd.hpp (original)
+++ sandbox/boost/numeric/bindings/lapack/gesvd.hpp 2008-04-08 15:24:49 EDT (Tue, 08 Apr 2008)
@@ -28,6 +28,8 @@
 # include <boost/type_traits/is_same.hpp>
 #endif
 
+#include <cassert>
+
 namespace boost { namespace numeric { namespace bindings {
 
   namespace lapack {

Modified: sandbox/boost/numeric/bindings/lapack/hpsv.hpp
==============================================================================
--- sandbox/boost/numeric/bindings/lapack/hpsv.hpp (original)
+++ sandbox/boost/numeric/bindings/lapack/hpsv.hpp 2008-04-08 15:24:49 EDT (Tue, 08 Apr 2008)
@@ -28,6 +28,7 @@
 # include <boost/type_traits/is_same.hpp>
 #endif
 
+#include <cassert>
 
 namespace boost { namespace numeric { namespace bindings {
 

Modified: sandbox/boost/numeric/bindings/lapack/posv.hpp
==============================================================================
--- sandbox/boost/numeric/bindings/lapack/posv.hpp (original)
+++ sandbox/boost/numeric/bindings/lapack/posv.hpp 2008-04-08 15:24:49 EDT (Tue, 08 Apr 2008)
@@ -27,6 +27,7 @@
 # include <boost/type_traits/is_same.hpp>
 #endif
 
+#include <cassert>
 
 namespace boost { namespace numeric { namespace bindings {
 

Modified: sandbox/boost/numeric/bindings/lapack/ppsv.hpp
==============================================================================
--- sandbox/boost/numeric/bindings/lapack/ppsv.hpp (original)
+++ sandbox/boost/numeric/bindings/lapack/ppsv.hpp 2008-04-08 15:24:49 EDT (Tue, 08 Apr 2008)
@@ -27,6 +27,7 @@
 # include <boost/type_traits/is_same.hpp>
 #endif
 
+#include <cassert>
 
 namespace boost { namespace numeric { namespace bindings {
 

Modified: sandbox/boost/numeric/bindings/lapack/spsv.hpp
==============================================================================
--- sandbox/boost/numeric/bindings/lapack/spsv.hpp (original)
+++ sandbox/boost/numeric/bindings/lapack/spsv.hpp 2008-04-08 15:24:49 EDT (Tue, 08 Apr 2008)
@@ -28,6 +28,7 @@
 # include <boost/type_traits/is_same.hpp>
 #endif
 
+#include <cassert>
 
 namespace boost { namespace numeric { namespace bindings {
 

Modified: sandbox/boost/numeric/bindings/lapack/sysv.hpp
==============================================================================
--- sandbox/boost/numeric/bindings/lapack/sysv.hpp (original)
+++ sandbox/boost/numeric/bindings/lapack/sysv.hpp 2008-04-08 15:24:49 EDT (Tue, 08 Apr 2008)
@@ -28,6 +28,7 @@
 # include <boost/type_traits/is_same.hpp>
 #endif
 
+#include <cassert>
 
 namespace boost { namespace numeric { namespace bindings {
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk