lanl/singularity-eos

Utilize CTAD in the code more widely

オープン

#554 opened on 2025/08/28

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (21 件のフォーク)auto 404
clean-upgood first issue

Repository metrics

Stars
 (36 個のスター)
PR merge metrics
 (PR metrics pending)

説明

We have some pretty gross types that we have to initialize in places, especially when it comes to the PTE solvers.

Instead of explicitly declaring these types, it may be more useful to implement CTAD in various places so that the class template can be automatically deduced from the constructor arguments.

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