Skip to content
Snippets Groups Projects

Removed warning about implicitly declared assingment operator.

Closed Markus Blatt requested to merge markus.blatt/dune-istl:issues-warn-explcit-assing into master

Removes Warnings like this:

dune/istl/ilu.hh:49:16: warning: implicitly-declared ‘constexpr Dune::Imp::compressed_base_array_unmanaged<Dune::FieldMatrix<double, 1, 1>, long unsigned int>::RealIterator<Dune::FieldMatrix<double, 1, 1> >& Dune::Imp::compressed_base_array_unmanaged<Dune::FieldMatrix<double, 1, 1>, long unsigned int>::RealIterator<Dune::FieldMatrix<double, 1, 1> >::operator=(const Dune::Imp::compressed_base_array_unmanaged<Dune::FieldMatrix<double, 1, 1>, long unsigned int>::RealIterator<Dune::FieldMatrix<double, 1, 1> >&)’ is deprecated [-Wdeprecated-copy] 49 | for (ij=(*i).begin(); ij.index()<i.index(); ++ij) | ~~^~~~~~~~~~~~~

Some C++ expert should double check this. You cannot trust me here.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading