-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
1 / 41 of 4 issues completedDescription
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:
- rename to
xxx_internal.hany header file that should not be included by third-party code, so as to make it private - if a header file cannot be made private but it contains internal APIs, move those internal APIs to a
internalordetailnamespace
Component(s)
C++