Open
Description
Hi there, I work on protobufs. I noticed your project is using APIs from google/protobuf/util/internal
:
#include "google/protobuf/util/internal/json_stream_parser.h"
#include "google/protobuf/util/internal/object_writer.h"
These APIs have "internal" in the include path, and are not for end-user consumption. We will likely be removing these soon, or at least changing their namespace to make it even clearer that these APIs are not for users.
This came to my attention because of this PR in our repo:
Metadata
Metadata
Assignees
Labels
No labels