bneradt commented on a change in pull request #7279:
URL: https://github.com/apache/trafficserver/pull/7279#discussion_r596099024



##########
File path: include/tscore/Ptr.h
##########
@@ -99,10 +99,12 @@ template <class T> class Ptr
 public:
   explicit Ptr(T *p = nullptr);
   Ptr(const Ptr<T> &);
+  Ptr(Ptr<T> &&);

Review comment:
       The changes to this file are done to address a mistaken clang-analyzer 
issue that gets raised from this patch. (Thank you, @ywkaras, for your work on 
coming up with this solution.)




----------------------------------------------------------------
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.

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


Reply via email to