Closed JonathonMisiewicz closed 7 months ago
This PR and #530 both show the same two tests stuck in the Install
phase, so I can say with confidence that something isn't correct in the test setup. Is this a known problem?
@JonathonMisiewicz please rebase on master
Lots of misc. code modernization. Range-based for loops,
make_shared
instead ofnew
,auto
, and structured bindings.