[+] AU_BIT_FIELD_INIT_AFTER_20
This commit is contained in:
parent
c2d29861e3
commit
f7722a1b1c
@ -253,8 +253,10 @@
|
|||||||
|
|
||||||
#if defined(AU_LANG_CPP_20_)
|
#if defined(AU_LANG_CPP_20_)
|
||||||
#define AU_BIT_FIELD_AFTER_20(n) : n
|
#define AU_BIT_FIELD_AFTER_20(n) : n
|
||||||
|
#define AU_BIT_FIELD_INIT_AFTER_20(n) { n }
|
||||||
#else
|
#else
|
||||||
#define AU_BIT_FIELD_AFTER_20(n)
|
#define AU_BIT_FIELD_AFTER_20(n)
|
||||||
|
#define AU_BIT_FIELD_INIT_AFTER_20(n)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(AU_LANG_CPP_20_)
|
#if defined(AU_LANG_CPP_20_)
|
||||||
|
Loading…
Reference in New Issue
Block a user