You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/02/19 20:15:25 UTC

[GitHub] [trafficserver] bneradt opened a new pull request #8684: Fix warnings from GCC 12.0.1

bneradt opened a new pull request #8684:
URL: https://github.com/apache/trafficserver/pull/8684


   This patch fixes warnings generated by GCC 12.0.1. The warnings involved the
   use of the deprecated std::binary_function, std::unary_function, and
   std::iterator interfaces. The use of these was considered more confusing than
   explicitly declaring the associated types. Therefore this patch replaces the
   use of these deprecated interfaces with the declaration of the associated
   types.


-- 
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-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] bneradt merged pull request #8684: Fix warnings from GCC 12.0.1

Posted by GitBox <gi...@apache.org>.
bneradt merged pull request #8684:
URL: https://github.com/apache/trafficserver/pull/8684


   


-- 
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-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org