ywkaras commented on pull request #7711: URL: https://github.com/apache/trafficserver/pull/7711#issuecomment-822581417
Do we have a target date to switch to C++20? Using string_view instead of std::string avoids a heap allocation. The problem is that it's easier to do printf-line logging output with std::string than with string_view. -- 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]
