Flow86
Results
82
comments of
Flow86
trafficstars
or at least sort by Album Artist instead of Artist, that would be great
> Force-pushed clang-tidy fix: > > ``` > -for(auto bldSite : bldSites) > +for(noBuildingSite* bldSite : bldSites) > ``` you still can use `auto` - but you have to use...