clean-upgood first issue
仓库指标
- 星标
- (36 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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.