serrislew opened a new pull request, #13269:
URL: https://github.com/apache/trafficserver/pull/13269

   `Url::Query` holds its parsed-parameter scratch space in a 
`std::unique_ptr<State>`, which implicitly deletes the copy ctor and 
copy-assign. This PR defines the copy operations explicitly to deep-copy 
`*_state`, and `= default`s the moves so they aren't suppressed by the 
user-declared copies.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to