Skip to content

[C++] Review headers for internal APIs #46211

@pitrou

Description

@pitrou

Describe the enhancement requested

We currently unwillingly expose some internal APIs in public headers, without always putting them in an internal namespace.

We should review our header files and either:

  1. rename to xxx_internal.h any header file that should not be included by third-party code, so as to make it private
  2. if a header file cannot be made private but it contains internal APIs, move those internal APIs to a internal or detail namespace

Component(s)

C++

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions