-
Notifications
You must be signed in to change notification settings - Fork 819
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
C++ SDK: Update the function signature of WatchGameServer to use a const-reference #951
C++ SDK: Update the function signature of WatchGameServer to use a const-reference #951
Conversation
180791f
to
0764004
Compare
Build Succeeded 👏 Build Id: 7aba4b6c-f97a-4dc1-af78-43ea17eb9997 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: 22eda562-774f-4fde-8d13-57757e172e84 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
0764004
to
c8f6be2
Compare
Build Succeeded 👏 Build Id: e54af7dd-8117-4955-9a7c-a4473015e7a8 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
@devjgm - I'm assuming this is correct? If so, I'm happy to commit and push through 👍 |
c8f6be2
to
bc80f38
Compare
Build Succeeded 👏 Build Id: f87692cb-20f9-4683-afbc-3e65f21346cd The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
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.
🍰
const-reference. Also update the simple cpp example so that it still compiles.
efc4752
to
e4812f0
Compare
Build Succeeded 👏 Build Id: 2c90eca6-6aef-40d3-b27a-f96ba470e814 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: ac4437d9-63ec-4188-8147-06accc6e9f44 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Also update the simple cpp example so that it still compiles.
Fixes #941.