traeak opened a new pull request, #11124: URL: https://github.com/apache/trafficserver/pull/11124
gcc release has issues with expanding iterators ``` auto &&[r, p] = *(cspace.find(a1)); ``` introducing a temporary for the iterator gets around this. -- 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: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org