lanl/singularity-eos

Utilize CTAD in the code more widely

开放

#554 创建于 2025年8月28日

 (0 条评论) (0 个反应) (0 位负责人)C++ (21 个派生)auto 404
clean-upgood first issue

仓库指标

星标
 (36 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南