#1126738 libarpack++2-dev: Missing "this->" accessing inherited class members from template method.

Package:
libarpack++2-dev
Source:
libarpack++2-dev
Description:
Object-oriented version of the ARPACK package (development)
Submitter:
Victor C. Elarde
Date:
2026-02-01 06:03:03 UTC
Severity:
normal
Tags:
#1126738#5
Date:
2026-02-01 05:59:04 UTC
From:
To:
Dear Maintainer,

Fix for at least the observed instance of this problem is captured here:

https://salsa.debian.org/science-team/arpackcpp/-/merge_requests/3

There may be other similar instances of this problem in the package that are
yet to be identified.


   * What led up to the situation?

- Unable to build against libarpack++2-dev with default options due to changes
in recent version of gcc.

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

- Explicit "this->" statements were added where needed to remedy the problem.

   * What was the outcome of this action?

- Was able to build with default gcc options after the update.

   * What outcome did you expect instead?

- Expected outcome was observed.