summarylogtreecommitdiffstats
path: root/libcmatrix-3.11.0-gcc5.2.patch
blob: d5d40246a2f8e3ae4e1c3f6076ce896067d95c52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 include/MultiMatrix.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/MultiMatrix.h b/include/MultiMatrix.h
index 2d54db5..e95ce4c 100755
--- a/include/MultiMatrix.h
+++ b/include/MultiMatrix.h
@@ -1225,7 +1225,7 @@ template<class T,size_t N> struct new_trait_<T,N,N> { typedef MultiMatrix<T,N> v
 #endif
  //LCM_SUPPRESS_VIEWS
 
-  template<size_t N, template<size_t> class CheckClass =LCM_CheckBoundsDefault>
+  template<size_t N, template<size_t> class CheckClass>
   class Indexer<N,CheckClass>::permuted_iterator : public ::std::iterator< ::std::bidirectional_iterator_tag,size_t> 
   {
     private: