Skip to content

Fix potential name conflict with cpp keyword 'new' #124

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

Merged
merged 1 commit into from
May 2, 2021
Merged

Fix potential name conflict with cpp keyword 'new' #124

merged 1 commit into from
May 2, 2021

Conversation

ivalery111
Copy link
Contributor

@ivalery111 ivalery111 commented May 2, 2021

I searched for the keyword 'new' with grep in whole project and replaced the keyword 'new' with new name since this keyword is reserved in C++ and may lead to conflicts.

Thanks!

@troglobit
Copy link
Collaborator

Awesome, thank you so much! ❤️

@troglobit troglobit merged commit f8c4a70 into libnet:master May 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants