Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] is the build broken right now?

[DiscordArchive] is the build broken right now?

[DiscordArchive] is the build broken right now?

rektbyfaith
Administrator
0
08-11-2019, 09:48 PM
#1
Archived author: Mik1893 • Posted: 2019-08-11T21:48:50.805000+00:00
Original source

is the build broken right now?
rektbyfaith
08-11-2019, 09:48 PM #1

Archived author: Mik1893 • Posted: 2019-08-11T21:48:50.805000+00:00
Original source

is the build broken right now?

rektbyfaith
Administrator
0
08-11-2019, 09:55 PM
#2
Archived author: Mik1893 • Posted: 2019-08-11T21:55:05.069000+00:00
Original source

d40e8946 broke it apparently (at least to me)
rektbyfaith
08-11-2019, 09:55 PM #2

Archived author: Mik1893 • Posted: 2019-08-11T21:55:05.069000+00:00
Original source

d40e8946 broke it apparently (at least to me)

rektbyfaith
Administrator
0
08-11-2019, 10:10 PM
#3
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
rektbyfaith
08-11-2019, 10:10 PM #3

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

rektbyfaith
Administrator
0
08-11-2019, 10:11 PM
#4
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
rektbyfaith
08-11-2019, 10:11 PM #4

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

rektbyfaith
Administrator
0
08-11-2019, 10:11 PM
#5
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
rektbyfaith
08-11-2019, 10:11 PM #5

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

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)