Teuchos: added deprecation warnings that were missing in #ifdef'ed deprecated code
Created by: kddevin
@trilinos/teuchos
Description
Methods in Teuchos were #ifdef'ed as deprecated, but did not include TEUCHOS_DEPRECATED warnings. Now they do.
This PR will need to be cherry-picked to the 12.6 release branch.
Related Issues
How Has This Been Tested?
Compilation on mac clang. Warnings appear as expected; no other behavior changes from this PR.