lanl/singularity-eos
use consistent forwarding in constructors for PTESolver classes
オープン
#619 opened on 2026/03/21
clean-upgood first issue
Repository metrics
- Stars
- (36 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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.