Skip to content

Commit ce84795

Browse files
authored
Explain include/grpc++ vs include/grpcpp
1 parent 44694e5 commit ce84795

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

include/grpc++/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# include/grpc++
2+
3+
This was the original directory name for all C++ header files but it
4+
conflicted with the naming scheme required for some build systems. It
5+
is superseded by `include/grpcpp` but the old directory structure is
6+
still present to avoid breaking code that used the old include files.
7+
All new include files are only in `include/grpcpp`.

0 commit comments

Comments
 (0)