mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 23:08:05 -05:00
Add information and computations to ZCG cpp
This commit is contained in:
@ -10,8 +10,10 @@
|
||||
#define _CPP_VERSION 0
|
||||
#endif
|
||||
|
||||
#ifndef _NODISCARD
|
||||
#if _CPP_VERSION >= 201703L
|
||||
#define _NO_DISCARD [[nodiscard]]
|
||||
#define _NODISCARD [[nodiscard]]
|
||||
#else
|
||||
#define _NO_DISCARD
|
||||
#define _NODISCARD
|
||||
#endif
|
||||
#endif
|
Reference in New Issue
Block a user