Explain include/grpc++ vs include/grpcpp

This commit is contained in:
Vijay Pai 2021-02-17 12:08:59 -08:00 committed by GitHub
parent 44694e5bf4
commit ce84795c11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
include/grpc++/README.md Normal file
View File

@ -0,0 +1,7 @@
# include/grpc++
This 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`.