Skip to content
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

Change Optional Parameters from References to Pointers #111

Merged
merged 4 commits into from
Feb 14, 2025

Conversation

OliverGlandberger
Copy link
Contributor

@OliverGlandberger OliverGlandberger commented Feb 13, 2025

The RTClientExample wasn't working correctly in some instances because references being used were uninitialized. These parameters that can be uninitialized have been changed to be pointers instead.

@OliverGlandberger OliverGlandberger marked this pull request as ready for review February 13, 2025 12:06
@OliverGlandberger OliverGlandberger changed the base branch from feature_replace_cmarkup_with_tinyxml2 to master February 14, 2025 08:49
@OliverGlandberger OliverGlandberger force-pushed the change_optionals_to_pointers branch from 0f3816a to 9f2887b Compare February 14, 2025 09:00
@OliverGlandberger OliverGlandberger merged commit 6747d81 into master Feb 14, 2025
@qjgn qjgn deleted the change_optionals_to_pointers branch February 20, 2025 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants