mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 20:55:42 +08:00
With Qt 5.9, I got an error when calling compare(BlackMisc::Network::CEntityFlags::Entity, BlackMisc::Network::CEntityFlags::Entity). The underlying integral type of an enum is implementation defined and gcc seem to choose an unsigned int in this case. This made the call ambiguous, since there was no unsigned int overload yet of compare.
1.2 KiB
1.2 KiB