We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4ee5e commit b05fef4Copy full SHA for b05fef4
src/google/protobuf/field_access_listener.h
@@ -148,6 +148,8 @@ struct PROTOBUF_FUTURE_ADD_EARLY_WARN_UNUSED NoOpAccessListener {
148
} // namespace protobuf
149
} // namespace google
150
151
+#include "google/protobuf/port_undef.inc"
152
+
153
#ifndef REPLACE_PROTO_LISTENER_IMPL
154
namespace google {
155
namespace protobuf {
@@ -161,6 +163,4 @@ using AccessListener = NoOpAccessListener<T>;
161
163
162
164
#endif // !REPLACE_PROTO_LISTENER_IMPL
165
-#include "google/protobuf/port_undef.inc"
-
166
#endif // GOOGLE_PROTOBUF_FIELD_ACCESS_LISTENER_H__
0 commit comments