Fix compile errors from merge #21
Annotations
6 errors
src/multiplayer/packet.h#L67
explicit specialization in non-namespace scope 'class Multiplayer::S2CPacket'
|
src/multiplayer/packet.h#L68
template-id 'Decode<int>' in declaration of primary template
|
src/multiplayer/packet.h#L76
explicit specialization in non-namespace scope 'class Multiplayer::S2CPacket'
|
src/multiplayer/packet.h#L77
template-id 'Decode<bool>' in declaration of primary template
|
src/multiplayer/packet.h#L77
'bool Multiplayer::S2CPacket::Decode(std::string_view)' cannot be overloaded with 'int Multiplayer::S2CPacket::Decode(std::string_view)'
|
|
This job failed
Loading