Added more utility and fixed Flag type.

This commit is contained in:
2023-07-08 11:16:37 +02:00
parent 537229104d
commit 04520a5d35
5 changed files with 106 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ namespace mijin
//
#define MIJIN_DEFINE_FLAG(name) \
struct name : Flag \
struct name : mijin::Flag \
{ \
private: \
struct Proxy_ { \