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.

贡献者指南