lanl/singularity-eos
View on GitHubuse consistent forwarding in constructors for PTESolver classes
Open
#619 opened on Mar 21, 2026
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.