-
Notifications
You must be signed in to change notification settings - Fork 151
IPO QDuel #705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
IPO QDuel #705
Conversation
f6f0d80 to
bf89227
Compare
|
@Franziska-Mueller Please do a review |
| } | ||
|
|
||
| protected: | ||
| HashMap<id, RoomInfo, QDUEL_MAX_NUMBER_OF_ROOMS> rooms; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since you are removing items from these HashMap, please use cleanup or cleanupIfNeeded as specified in our documentation: https://github.com/qubic/core/blob/main/doc/contracts.md#container-types
| @@ -0,0 +1,1122 @@ | |||
| #define NO_UEFI | |||
| #define _ALLOW_KEYWORD_MACROS | |||
| #define private protected | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do you need this?
Proposal