mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
forgot this one
This commit is contained in:
@@ -173,9 +173,9 @@
|
||||
#endif // BX_COMPILER_
|
||||
|
||||
///
|
||||
#if defined(__GNUC__) && defined(__is_pod)
|
||||
#if BX_COMPILER_GCC && defined(__is_pod)
|
||||
# define BX_TYPE_IS_POD(t) __is_pod(t)
|
||||
#elif defined(_MSC_VER)
|
||||
#elif BX_COMPILER_MSVC
|
||||
# define BX_TYPE_IS_POD(t) (!__is_class(t) || __is_pod(t))
|
||||
#else
|
||||
# define BX_TYPE_IS_POD(t) false
|
||||
|
||||
Reference in New Issue
Block a user