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

[GitHub] [trafficserver] bneradt commented on issue #8682: Deprecated use of std::binary_function

bneradt commented on issue #8682:
URL: https://github.com/apache/trafficserver/issues/8682#issuecomment-1045663285


   This can be reproduced via the CI's fedora:36 Docker image like so:
   
   ```
   docker pull controller.trafficserver.org/ats/fedora:36
   docker run -it controller.trafficserver.org/ats/fedora:36 /bin/bash
   cd /var/tmp
   git clone https://github.com/apache/trafficserver.git
   cd trafficserver
   autoreconf -fiv
   ./configure --enable-experimental-plugins --enable-example-plugins --prefix=/tmp/ats/ --enable-werror --enable-debug --enable-wccp --enable-luajit --enable-ccache
   make -j4 V=1 Q=
   ```


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

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