hnakamur commented on code in PR #12167:
URL: https://github.com/apache/trafficserver/pull/12167#discussion_r2081274600
##########
include/tscore/ink_memory.h:
##########
@@ -617,3 +618,45 @@ struct ats_unique_buf_deleter {
};
using ats_unique_buf = std::unique_ptr<uint8_t[], ats_unique_buf_deleter>;
ats_unique_buf ats_unique_malloc(size_t size);
+
+class c_str_view
Review Comment:
Thank you for your comment. I added a comment at
[629bdf3](https://github.com/apache/trafficserver/pull/12167/commits/629bdf3eed355e9cf146d5db68bfc987aafc6340).
--
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]