You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not for changelog (changelog entry is not required)
Additional information
include/grpc++ was the original directory name for all C++ header files but it conflicted with the naming scheme required for some build systems. It is superseded by include/grpcpp but the old directory structure is still present to avoid breaking code that used the old include files. All new include files are only in include/grpcpp.
Hi! Thank you for contributing!
The tests on this PR will run after a maintainer adds an ok-to-test label to this PR manually. Thank you for your patience!
⚪ 2024-05-15 10:08:38 UTC Pre-commit check for 2c89121 has started.
⚪ 2024-05-15 10:08:41 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-15 10:46:10 UTC Build successful.
⚪ 2024-05-15 10:48:02 UTC Tests are running...
🔴 2024-05-15 12:46:05 UTC Some tests failed, follow the links below.
⚪ 2024-05-15 10:08:46 UTC Pre-commit check for 2c89121 has started.
⚪ 2024-05-15 10:08:49 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-15 10:45:06 UTC Build successful.
⚪ 2024-05-15 10:46:59 UTC Tests are running...
🔴 2024-05-15 12:29:14 UTC Some tests failed, follow the links below.
⚪ 2024-05-15 10:09:08 UTC Pre-commit check for 2c89121 has started.
⚪ 2024-05-15 10:09:11 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-15 10:45:01 UTC Build successful.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog category
Additional information
include/grpc++was the original directory name for all C++ header files but it conflicted with the naming scheme required for some build systems. It is superseded byinclude/grpcppbut the old directory structure is still present to avoid breaking code that used the old include files. All new include files are only in include/grpcpp.(cite is from grpc's own README.md).