Teuchos: Use of non-existent method #13558
Labels
pkg: Teuchos
Issues primarily dealing with the Teuchos Package
type: bug
The primary issue is a bug in Trilinos code or tests
@trilinos/teuchos
Bug Report
Teuchos::ConstNonconstObjectContainer::count
usesRCP::count()
but there is no such method:Trilinos/packages/teuchos/core/src/Teuchos_ConstNonconstObjectContainer.hpp
Lines 332 to 333 in e7fd307
What's the correct fix here?
RCP::weak_count()
, orRCP::strong_count()
, orTeuchos::ConstNonconstObjectContainer::count
since it's not used anywhere?The text was updated successfully, but these errors were encountered: