01-23-2015 06:25 PM
#ifdef __cplusplus
#if __cplusplus > 199711L
01-24-2015 05:54 PM
01-24-2015 06:00 PM
01-24-2015 06:46 PM
01-24-2015 08:29 PM
ovr_sdk_linux_0.4.4/LibOVR/Src/OVR_CAPI_GL.h:65:14: error: expected constructor, destructor, or type conversion before ‘(’ token
static_assert(offsetof(ovrGLTextureData, TexId) == offsetof(ovrTexture, PlatformData), "Mismatch of structs that are presumed binary equivalents.");
^
grep static_assert * -rn | wc