-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
clean-upChanges that don't affect code execution but make the code cleanerChanges that don't affect code execution but make the code cleanergood first issueGood for newcomersGood for newcomers
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.
Metadata
Metadata
Assignees
Labels
clean-upChanges that don't affect code execution but make the code cleanerChanges that don't affect code execution but make the code cleanergood first issueGood for newcomersGood for newcomers