Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lazy_parse_mode': is not a member of 'google::protobuf::internal::ParseContext #19672

Closed
teub opened this issue Dec 15, 2024 · 1 comment
Closed

Comments

@teub
Copy link

teub commented Dec 15, 2024

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:

  1. Go to lazy_repeated_field.h
  2. Notice there is a call to ctx->lazy_parse_mode()
  3. Search the whole repository for the text "lazy_parse_mode"
  4. Notice nothing is found

What did you expect to see

I expected to find a declaration and implementation for lazy_parse_mode

What did you see instead?

I didn't find either

@teub teub added the untriaged auto added to all issues by default when created. label Dec 15, 2024
@zhangskz zhangskz added c++ 29.x and removed untriaged auto added to all issues by default when created. labels Dec 16, 2024
@zhangskz
Copy link
Member

Thanks for the report -- this file should be removed from the release per the same issue in #19671.

Closing this one as a dupe!

@zhangskz zhangskz closed this as not planned Won't fix, can't repro, duplicate, stale Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants