wwbmmm commented on code in PR #3196:
URL: https://github.com/apache/brpc/pull/3196#discussion_r2749172669
##########
src/brpc/details/flatbuffers_impl.h:
##########
@@ -0,0 +1,297 @@
+#ifndef BRPC_FLATBUFFERS_IMPL_H_
+#define BRPC_FLATBUFFERS_IMPL_H_
+
+#include <stdint.h>
+#include <stdio.h>
+#include <string>
+#include <flatbuffers/flatbuffers.h>
+#include "butil/iobuf.h"
+#include "butil/single_iobuf.h"
+#include "brpc/details/flatbuffers_common.h"
+
+namespace brpc {
+namespace flatbuffers {
Review Comment:
命名空间和文件路径不一致
--
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]