lanl/singularity-eos

use consistent forwarding in constructors for PTESolver classes

開放

#619 建立於 2026年3月21日

 (0 則留言) (0 個反應) (0 位負責人)C++ (21 個分叉)auto 404
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.

貢獻者指南