Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
fix
  • Loading branch information
Filip Gawin committed Jan 22, 2021
1 parent a034661 commit e9adf8162bd4bca98c27aa3e81dfaa90a4b9efe4
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/core/common.h
@@ -364,7 +364,7 @@ __inline__ void TRACE(char *f, ...) { } // this is re3 only, and so the function
#define _TODO(x) #define _TODO(x)
#define _TODOCONST(x) (x) #define _TODOCONST(x) (x)


#if CHECK_STRUCT_SIZES #ifdef CHECK_STRUCT_SIZES
template<int s, int t> struct check_size { template<int s, int t> struct check_size {
static_assert(s == t, "Invalid structure size"); static_assert(s == t, "Invalid structure size");
}; };

0 comments on commit e9adf81

Please sign in to comment.