Closed
Description
What version of protobuf and what language are you using?
Version: main/v3.29.1
Language: C++
What did you do?
Steps to reproduce the behavior:
- Open lazy_repeated_field.h
- Notice there is an include #include "google/protobuf/wire_format_verify.h"
- Search the repository for a file named wire_format_verify.h
- Notice there is no file named wire_format_verify.h
What did you expect to see
I expected to find a file named wire_format_verify.h
What did you see instead?
I did not see a file named wire_format_verify.h
Activity