Re: [I] 遇到一个编译问题 (brpc)

2024-06-05 Thread via GitHub
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

Re: [I] 遇到一个编译问题 (brpc)

2024-06-05 Thread via GitHub
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

Re: [I] 遇到一个编译问题 (brpc)

2024-05-23 Thread via GitHub
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

[I] 遇到一个编译问题 (brpc)

2024-05-22 Thread via GitHub
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 { ^~~