lanl/singularity-eos

use consistent forwarding in constructors for PTESolver classes

Open

#619 opened on Mar 21, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (21 forks)auto 404
clean-upgood first issue

Repository metrics

Stars
 (36 stars)
PR merge metrics
 (PR metrics pending)

Description

The PTESolverBase class takes const references to indexers, but the derived classes all use forwarding references but NOT perfect forwarding. A choice should be made here and the solvers should be made consistent.

Contributor guide