Ticket #34838: patch-core__vnl__vnl_matrix_fixed_ref.h-clang-compatibility.diff

File patch-core__vnl__vnl_matrix_fixed_ref.h-clang-compatibility.diff, 453 bytes (added by neverpanic (Clemens Lang), 12 years ago)
  • core/vnl/vnl_matrix_fixed_ref.h

    old new  
    653653  //: Return true if *this == rhs
    654654  bool operator_eq (vnl_matrix_fixed_ref_const<T,num_rows,num_cols> const & rhs) const
    655655  {
    656     return equal( this->data_block(), rhs.data_block() );
     656    return this->equal( this->data_block(), rhs.data_block() );
    657657  }
    658658
    659659  //: Equality operator