f1nalspace / final_game_tech

Game related libraries written in C/C++ written by T. Spaete
MIT License
175 stars 10 forks source link

error when compiling with g++ 10.2.1-6 or clang++ 11 #158

Open mladinox opened 4 weeks ago

mladinox commented 4 weeks ago

./final_platform_layer.h:2297:51: error: no match for ‘operator=’ (operand types are ‘fplVersionInfo’ and ‘’) 2297 | # define fplm_StructInit(type, ...) {__VA_ARGS}

f1nalspace commented 3 weeks ago

Please double-check if the compile error happens on the main branch and report back. Thanks!