[DiscordArchive] is the build broken right now?
[DiscordArchive] is the build broken right now?
Archived author: Mik1893 • Posted: 2019-08-11T21:48:50.805000+00:00
Original source
is the build broken right now?
Archived author: Mik1893 • Posted: 2019-08-11T21:55:05.069000+00:00
Original source
d40e8946 broke it apparently (at least to me)
Archived author: Mik1893 • Posted: 2019-08-11T22:10:37.298000+00:00
Original source
so in VS 2019 i get error C3848 - cause is line 656 of BattlegroundQueue.cpp
Archived author: Mik1893 • Posted: 2019-08-11T22:11:37.908000+00:00
Original source
struct BgEmptinessComp { bool operator()(Battleground* const& bg1, Battleground* const& bg2)
should actually be const so need to add const on the operator:
struct BgEmptinessComp { bool operator()(Battleground* const& bg1, Battleground* const& bg2) const
Archived author: Mik1893 • Posted: 2019-08-11T22:11:52.476000+00:00
Original source
if anyone wants to push it feel free to do it. Good night