masaori335 commented on code in PR #9589:
URL: https://github.com/apache/trafficserver/pull/9589#discussion_r1162175125


##########
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:
   I'm +1 with staying auto-fixed code.
   
   I was saying to myself that this change is good because I am confused 
sometimes with the combination of const and pointer :)



-- 
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]

Reply via email to