From ce84795c11f7becad596866c1ceff8902deaf1d3 Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Wed, 17 Feb 2021 12:08:59 -0800 Subject: [PATCH] Explain include/grpc++ vs include/grpcpp --- include/grpc++/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/grpc++/README.md diff --git a/include/grpc++/README.md b/include/grpc++/README.md new file mode 100644 index 00000000000..5842eb3a10d --- /dev/null +++ b/include/grpc++/README.md @@ -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`.