pvpgn / pvpgn-server

Next generation of PvPGN server
https://pvpgn.pro
GNU General Public License v2.0
541 stars 155 forks source link

Bugfix/450 #451

Closed cen1 closed 3 years ago

cen1 commented 3 years ago

Fixes https://github.com/pvpgn/pvpgn-server/issues/450

Basically, cmake check compiles do not respect C++11 which we set in parent so it is compiling tests with pre-C++11 and all of them failed because of that, not because of functions actually missing.

The reason why this was only found in Mac OS is probably because msvc/gcc default to a newer standard out of the box.