You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "masaori335 (via GitHub)" <gi...@apache.org> on 2023/04/10 23:33:26 UTC

[GitHub] [trafficserver] masaori335 commented on a diff in pull request #9589: Converting typedef aliases to using aliases

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

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