[+] Missing AU_CO_ROUTINE_SUS_NEVER
This commit is contained in:
parent
82576068f3
commit
c485937918
@ -300,6 +300,12 @@
|
||||
#define AU_CO_ROUTINE_SUS_ALWAYS bool
|
||||
#endif
|
||||
|
||||
#if defined(AU_LANG_CPP_20_)
|
||||
#define AU_CO_ROUTINE_SUS_NEVER std::suspend_never
|
||||
#else
|
||||
#define AU_CO_ROUTINE_SUS_NEVER bool
|
||||
#endif
|
||||
|
||||
#if defined(_AURORA_MISSING_STD_EXCEPTION)
|
||||
|
||||
#define AuStringException AuString
|
||||
|
Loading…
Reference in New Issue
Block a user