Skip to content

style(clang-tidy): fix cppcoreguidelines-pro-type-member-init errors #1746

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bavulapati
Copy link
Contributor

fixes #1670

this->fragment_ = std::move(other.fragment_);
this->query_ = std::move(other.query_);

: parsed{other.parsed}, data{std::move(other.data)},
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is not about the check but made the change from advantage I understood about constructor initialiser list.

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.

ClangTidy warnings for cppcoreguidelines-pro-type-member-init
1 participant