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.

貢獻者指南