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

Modified Files:
        matrix_sparse.hpp 
Log Message:
- removed wrong 'typename' in coordinate_matrix


Index: matrix_sparse.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/numeric/ublas/matrix_sparse.hpp,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- matrix_sparse.hpp   16 Mar 2007 21:23:13 -0000      1.84
+++ matrix_sparse.hpp   17 Mar 2007 11:54:39 -0000      1.85
@@ -3872,7 +3872,7 @@
         // ISSUE require type consistency check, is_convertable 
(IA::size_type, TA::size_type)
         typedef typename IA::value_type size_type;
         // ISSUE difference_type cannot be deduced for sparse indices, we only 
know the value_type
-        typedef typename std::ptrdiff_t difference_type;
+        typedef std::ptrdiff_t difference_type;
         // size_type for the data arrays.
         typedef typename IA::size_type array_size_type;
         typedef T value_type;


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