Skip to content

Issue #4430 : Try 2 to Remove deprecated inheritance of SerialDense m…

Created by: rhoope

…atrices from Object

  • remove inheritance from Teuchos::Object of Teuchos::SerialDenseMatrix (which in turn includes Teuchos::SerialDenseVector), Teuchos::SerialBandDenseMatrix and Teuchos::SerialSymDenseMatrix
  • add operator<< for each class protected by TEUCHOS_HIDE_DEPRECATED_CODE to preserve backward compatibility and allow Dakota to explicitly disable

I tested that these changes allow existing client code in Trilinos to compile, and all Teuchos tests/examples pass under GCC 4.8.4

@trilinos/teuchos

Description

Motivation and Context

How Has This Been Tested?

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • My code follows the code style of the affected package(s).
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the code contribution guidelines for this project.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • No new compiler warnings were introduced.
  • These changes break backwards compatibility.

Merge request reports

Loading