Searched defs:SDL_COMPILE_TIME_ASSERT (Results 1 – 1 of 1) sorted by relevance
395 #define SDL_COMPILE_TIME_ASSERT(name, x) static_assert(x, #x) macro398 #define SDL_COMPILE_TIME_ASSERT(name, x) static_assert(x, #x) macro400 #define SDL_COMPILE_TIME_ASSERT(name, x) _Static_assert(x, #x) macro406 #define SDL_COMPILE_TIME_ASSERT(name, x) \ macro
Completed in 6 milliseconds