lanl/singularity-eos

use consistent forwarding in constructors for PTESolver classes

Aperta

#619 aperta il 21 mar 2026

 (0 commenti) (0 reazioni) (0 assegnatari)C++ (21 fork)auto 404
clean-upgood first issue

Metriche repository

Star
 (36 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor