lanl/singularity-eos

Utilize CTAD in the code more widely

Ouverte

#554 ouverte le 28 août 2025

 (0 commentaire) (0 réaction) (0 personne assignée)C++ (21 forks)auto 404
clean-upgood first issue

Métriques du dépôt

Stars
 (36 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur