masaori335 commented on code in PR #9589: URL: https://github.com/apache/trafficserver/pull/9589#discussion_r1162167353
########## include/tscore/Extendible.h: ########## @@ -98,9 +98,9 @@ template <typename T> class has_super_type // C API // context (internally FieldDesc*) -typedef void const *ExtFieldContext; -typedef void *DerivedPtr; -typedef void *FieldPtr; +using ExtFieldContext = const void *; Review Comment: Note: `void const` is equivalent to `const void` -- 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]
