ywkaras commented on code in PR #9657:
URL: https://github.com/apache/trafficserver/pull/9657#discussion_r1181733068
##########
include/tscore/Trie.h:
##########
@@ -30,9 +30,16 @@
#include "tscore/List.h"
#include "tscore/Diags.h"
+class TrieImpl
+{
+protected:
+ inline static DbgCtl dbg_ctl_insert{"Trie::Insert"};
+ inline static DbgCtl dbg_ctl_search{"Trie::Search"};
+};
Review Comment:
Off the top of my head, I'm not sure. My guess would be it's unspecified
behavior, up to the the particular C++ implementation.
--
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]