ywkaras opened a new pull request #6996: URL: https://github.com/apache/trafficserver/pull/6996
These three code examples only differ in the first two lines: https://godbolt.org/z/Gq38j7 https://godbolt.org/z/hGb9PT https://godbolt.org/z/6MdKjn They illustrate how using a C-style cast to convert a derived class member function pointer to a base class member function pointer bypasses a compile time check that is derived class is actually derived from the base class. ---------------------------------------------------------------- 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]
