Open
Description
/Users/jviotti/Projects/core/src/core/uri/uri.cc:139:3: error: 'parsed' should be initialized in a member initializer of the constructor [cppcoreguidelines-prefer-member-initializer,-warnings-as-errors]
137 | URI::URI(URI &&other)
|
| : parsed(other.parsed)
138 | : data{std::move(other.data)}, internal{std::move(other.internal)} {
139 | this->parsed = other.parsed;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Metadata
Metadata
Assignees
Labels
No labels