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

[CHANGED] const int to int for Count field in lists #567

Merged
merged 1 commit into from
Jul 31, 2022
Merged

Conversation

kozlovic
Copy link
Member

This was causing compilation errors in C++ and was not really
adding any protection. It is stated in the doc that this value
should not be changed by the user prior to calling the destroy
function for those various lists.

Resolves #545

Signed-off-by: Ivan Kozlovic ivan@synadia.com

This was causing compilation errors in C++ and was not really
adding any protection. It is stated in the doc that this value
should not be changed by the user prior to calling the destroy
function for those various lists.

Resolves #545

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
@kozlovic kozlovic requested a review from aricart July 29, 2022 20:30
Copy link
Member

@aricart aricart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kozlovic kozlovic merged commit a9e86ca into main Jul 31, 2022
@kozlovic kozlovic deleted the fix_545 branch July 31, 2022 18:37
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.

C++: natsMsgList default constructor is a deleted function
2 participants