lanl/singularity-eos

Utilize CTAD in the code more widely

Open

#554 opened on Aug 28, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (21 forks)auto 404
clean-upgood first issue

Repository metrics

Stars
 (36 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide