We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
max_align_t
1 parent 9c900b6 commit 45a6eadCopy full SHA for 45a6ead
1 file changed
Zend/zend_portability.h
@@ -847,8 +847,7 @@ extern "C++" {
847
# define ZEND_STATIC_ASSERT(c, m)
848
#endif
849
850
-#if ((defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) /* C11 */ \
851
- || (defined(__cplusplus) && __cplusplus >= 201103L) /* C++11 */) && !defined(ZEND_WIN32)
+#if !defined(ZEND_WIN32)
852
typedef max_align_t zend_max_align_t;
853
#else
854
typedef union {
0 commit comments