lanl/singularity-eos

Utilize CTAD in the code more widely

Aberta

#554 aberto em 28 de ago. de 2025

 (0 comentário) (0 reação) (0 responsável)C++ (21 forks)auto 404
clean-upgood first issue

Métricas do repositório

Stars
 (36 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador