TousakaRin commented on code in PR #2651:
URL: https://github.com/apache/brpc/pull/2651#discussion_r1612875583
##########
src/brpc/span.h:
##########
@@ -206,6 +206,7 @@ void AnnotateSpan(const char* fmt, ...);
class SpanFilter {
public:
+ virtual ~SpanFilter() = 0;
Review Comment:
定义成纯虚函数最后链接会出错吧。。 virtual ~SpanFilter() = default 比较好
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]