Commit f6b81125b340e00129978f2c9eebfba6a4d25692

Sam Lantinga 2022-08-18T16:05:22

Always define SDL_COMPILE_TIME_ASSERT as static_assert() in C++ Apparently some versions of gcc will define __STDC_VERSION__ even when compiling in C++ mode. Fixes https://github.com/libsdl-org/SDL/issues/6078