lanl/singularity-eos
use consistent forwarding in constructors for PTESolver classes
開放
#619 建立於 2026年3月21日
clean-upgood first issue
倉庫指標
- 星標
- (36 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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.