lorinlee commented on issue #2648:
URL: https://github.com/apache/brpc/issues/2648#issuecomment-2149942899
fixed by #2651
--
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.
T
lorinlee closed issue #2648: 遇到一个编译问题
URL: https://github.com/apache/brpc/issues/2648
--
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: dev-unsubscr...@br
TousakaRin commented on issue #2648:
URL: https://github.com/apache/brpc/issues/2648#issuecomment-2126628611
应该是编译器版本或者编译选项导致的,欢迎提个PR给他加上一个virtual destructor
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
yozhao opened a new issue, #2648:
URL: https://github.com/apache/brpc/issues/2648
third_party/brpc-1.9.0/src/brpc/span.h:207:7: error: ‘class
brpc::SpanFilter’ has virtual functions and accessible non-virtual destructor
[-Werror=non-virtual-dtor]
class SpanFilter {
^~~