From: Wolfgang Bangerth Date: Thu, 19 Dec 2024 01:35:47 +0000 (-0700) Subject: Do not import names from the Subscriptor base class. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc9bfa18f6ce1af45b76ff1e660eb8b46e2e46ff;p=dealii.git Do not import names from the Subscriptor base class. --- diff --git a/include/deal.II/lac/matrix_block.h b/include/deal.II/lac/matrix_block.h index f932487884..1e4df4638d 100644 --- a/include/deal.II/lac/matrix_block.h +++ b/include/deal.II/lac/matrix_block.h @@ -405,8 +405,6 @@ public: */ using AnyData::name; using AnyData::size; - using AnyData::subscribe; - using AnyData::unsubscribe; };