-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[C++] The difference between namespace detail and internal #45808
Comments
@pitrou Do you have any preference? It seems that the Google C++ Style Guide uses https://google.github.io/styleguide/cppguide.html#Namespaces
|
I think that I've used @felipecrv @bkietz What do you think? |
My understanding has always been that I think it'd be fine to just use |
My understand has always been
Number of .h and .cc where these names occur:
Which is very similar to @bkietz explanation:
|
Describe the usage question you have. Please include as many useful details as possible.
I found that Arrow uses two groups of namespace for separating APIs from the public the names of which are internal and detail. What's the difference between them?
Component(s)
C++
The text was updated successfully, but these errors were encountered: