lanl/singularity-eos

use consistent forwarding in constructors for PTESolver classes

オープン

#619 opened on 2026/03/21

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (21 件のフォーク)auto 404
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.

コントリビューターガイド