bneradt commented on issue #8682: URL: https://github.com/apache/trafficserver/issues/8682#issuecomment-1046103289
This same problem also occurs with std::unary_operator and std::iterator in addition to std::binary_operator. These are all interfaces that provide typedefs but have since been deprecated because it is considered better to simply define these definitions in the class that needs them. #8684 replaces the use of these interfaces and explicitly provides the associated type definitions. -- 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]
