Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58679 - sandbox/numeric_bindings/boost/numeric/bindings/lapack
From: rutger_at_[hidden]
Date: 2010-01-04 09:59:07


Author: rutger
Date: 2010-01-04 09:59:07 EST (Mon, 04 Jan 2010)
New Revision: 58679
URL: http://svn.boost.org/trac/boost/changeset/58679

Log:
updated lapack workspace(s)

Text files modified:
   sandbox/numeric_bindings/boost/numeric/bindings/lapack/workspace.hpp | 12 ++++++------
   1 files changed, 6 insertions(+), 6 deletions(-)

Modified: sandbox/numeric_bindings/boost/numeric/bindings/lapack/workspace.hpp
==============================================================================
--- sandbox/numeric_bindings/boost/numeric/bindings/lapack/workspace.hpp (original)
+++ sandbox/numeric_bindings/boost/numeric/bindings/lapack/workspace.hpp 2010-01-04 09:59:07 EST (Mon, 04 Jan 2010)
@@ -14,10 +14,10 @@
 #ifndef BOOST_NUMERIC_BINDINGS_LAPACK_WORKSPACE_HPP
 #define BOOST_NUMERIC_BINDINGS_LAPACK_WORKSPACE_HPP
 
-#include <boost/numeric/bindings/traits/detail/array_impl.hpp>
+#include <boost/numeric/bindings/detail/array.hpp>
 #include <boost/numeric/bindings/traits/type.hpp>
 #include <boost/numeric/bindings/traits/type_traits.hpp>
-#include <boost/numeric/bindings/traits/vector_traits.hpp>
+#include <boost/numeric/bindings/value.hpp>
 #include <memory>
 
 namespace boost { namespace numeric { namespace bindings {
@@ -53,7 +53,7 @@
             {}
 
           public:
- typedef typename traits::vector_traits<W>::value_type value_type ;
+ typedef typename value<W>::type value_type ;
             W& select( value_type const& ) { return w_ ; }
 
           private:
@@ -69,7 +69,7 @@
             {}
 
           public:
- typedef typename traits::vector_traits<W>::value_type w_value_type ;
+ typedef typename value<W>::type w_value_type ;
             W& select( w_value_type const& ) { return w_ ; }
 
             typedef typename traits::vector_traits<WRI>::value_type wri_value_type ;
@@ -90,7 +90,7 @@
             {}
 
           public:
- typedef typename traits::vector_traits<W>::value_type w_value_type ;
+ typedef typename value<W>::type w_value_type ;
             W& select( w_value_type const& ) { return w_ ; }
 
             typedef typename traits::vector_traits<WR>::value_type wr_value_type ;
@@ -116,7 +116,7 @@
             {}
 
           public:
- typedef typename traits::vector_traits<W>::value_type w_value_type ;
+ typedef typename value<W>::type w_value_type ;
             W& select( w_value_type const& ) { return w_ ; }
 
             typedef typename traits::vector_traits<WR>::value_type wr_value_type ;


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