lanl/singularity-eos

Utilize CTAD in the code more widely

Offen

#554 geöffnet am 28.08.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (21 Forks)auto 404
clean-upgood first issue

Repository-Metriken

Stars
 (36 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide