[DiscordArchive] can't build new core?
[DiscordArchive] can't build new core?
Archived author: Chaz • Posted: 2019-09-26T14:03:33.133000+00:00
Original source
can't build new core?
Archived author: Chaz • Posted: 2019-09-26T14:03:34.661000+00:00
Original source
` candidate constructor not viable: requires 0 arguments, but 3 were
provided
unordered_map() = default;
`
Archived author: Chaz • Posted: 2019-09-26T14:03:43.609000+00:00
Original source
`/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/unordered_map.h:132:7: note:
`
ize_type' (aka 'unsigned long')Archived author: Chaz • Posted: 2019-09-26T14:33:36.393000+00:00
Original source
` no matching constructor for initialization of 'const
std::unordered_map<uint32, std::tuple<uint32, Position> >' (aka 'const
unordered_map<unsigned int, tuple<unsigned int, Position> >')
std::unordered_map<uint32, std::tuple <uint32, Position>> const npcSummon =
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/unordered_map.h:142:7: note:
candidate constructor not viable: cannot convert initializer list argument
to 'std::unordered_map<unsigned int, std::tuple<unsigned int, Position>,
std::hash<unsigned int>, std::equal_to<unsigned int>,
std::allocator<std::pair<const unsigned int, std::tuple<unsigned int,
Position> > > >:
ize_type' (aka 'unsigned long')
unordered_map(size_type __n,
`
Archived author: Chaz • Posted: 2019-09-26T14:34:49.094000+00:00
Original source
`azerothcore-wotlk/src/server/scripts/Northrend/DraktharonKeep/boss_novos.cpp`
Archived author: Chaz • Posted: 2019-09-26T14:35:55.806000+00:00
Original source
https://github.com/azerothcore/azerothco...abe5fb8695
[Embed: fix(Core/Dungeon): Small corrections to Boss Novos encounter and s...]
… npcs wrong behavior (#2266)
https://github.com/azerothcore/azerothco...abe5fb8695
Archived author: Chaz • Posted: 2019-09-26T14:39:37.380000+00:00
Original source
why commiit something that fails travis?!?!
Archived author: Chaz • Posted: 2019-09-26T14:49:41.616000+00:00
Original source
reverted that commit and fixed
Archived author: Deleted User • Posted: 2019-09-26T14:49:51.409000+00:00
Original source
Travis had another error, not connected to this commit, as you can clearly see in the following Travis runs
Archived author: Deleted User • Posted: 2019-09-26T14:52:11.896000+00:00
Original source
Travis failed on this commit because it could not download cmake.