Skip to content

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

Merged
troglobit merged 1 commit intolibnet:masterfrom
ivalery111:resolve-potential-cpp-new-conflict
May 2, 2021
Merged

Fix potential name conflict with cpp keyword 'new'#124
troglobit merged 1 commit intolibnet:masterfrom
ivalery111:resolve-potential-cpp-new-conflict

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